AppliedPlugin

interface AppliedPlugin

Represents a plugin that has been applied.

Currently just provides information about the ID of the plugin.

See also

Functions

Link copied to clipboard
abstract fun getId(): String
The ID of the plugin.
Link copied to clipboard
abstract fun getName(): String
The name of the plugin.
Link copied to clipboard
@Nullable
abstract fun getNamespace(): String
The namespace of the plugin.