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

    name

    The name of the plugin for identification purposes

  • Get the name of the plugin.

    Declaration

    Swift

    public func getName() -> String

    Return Value

    The name of the plugin for identification purposes