Metadata

public class Metadata

Metadata data class used for annotating hook implementations.

  • Initialize a new Metadata instance with the provided name.

    Declaration

    Swift

    public init(name: String)