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