ExtensionAgent

  • Extension-agent handles directives that not defined by other capability-agents

    See more

    Declaration

    Swift

    public protocol ExtensionAgentProtocol : CapabilityAgentable
  • The ExtensionAgentDelegate protocol defines methods that action when ExtensionAgent receives a directive.

    The methods of this protocol are all mandatory.

    See more

    Declaration

    Swift

    public protocol ExtensionAgentDelegate : AnyObject