SystemAgentDelegate
public protocol SystemAgentDelegate : AnyObject
The SystemAgentDelegate protocol defines methods that action when SystemAgent receives a directive.
-
<#Description#>
Declaration
Swift
func systemAgentDidReceiveExceptionFail(code: SystemAgentExceptionCode.Fail, header: Downstream.Header)Parameters
code<#code description#>
headerThe header of the originally handled directive.
-
<#Description#>
Declaration
Swift
func systemAgentDidReceiveRevokeDevice(reason: SystemAgentRevokeReason, header: Downstream.Header)Parameters
reason<#reason description#>
headerThe header of the originally handled directive.
View on GitHub
SystemAgentDelegate Protocol Reference