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#>
header
The header of the originally handled directive.
-
<#Description#>
Declaration
Swift
func systemAgentDidReceiveRevokeDevice(reason: SystemAgentRevokeReason, header: Downstream.Header)
Parameters
reason
<#reason description#>
header
The header of the originally handled directive.