PluginMetadata
public class PluginMetadata
Metadata used for annotating plugin implementations.
This class provides identifying information about a plugin, primarily used for logging and debugging purposes.
-
Initialize plugin metadata.
Declaration
Swift
public init(name: String)Parameters
nameThe name of the plugin for identification purposes
-
Get the name of the plugin.
Declaration
Swift
public func getName() -> StringReturn Value
The name of the plugin for identification purposes
View on GitHub