ExtensionAgent
-
Extension-agent handles directives that not defined by other capability-agents
See moreDeclaration
Swift
public protocol ExtensionAgentProtocol : CapabilityAgentable -
The
ExtensionAgentDelegateprotocol defines methods that action whenExtensionAgentreceives a directive.The methods of this protocol are all mandatory.
See moreDeclaration
Swift
public protocol ExtensionAgentDelegate : AnyObject
View on GitHub
ExtensionAgent Reference