UnbluAgentClient
public protocol UnbluAgentClient : UnbluClient
A protocol describing functionality of the UnbluAgentClient
. This inherits functionality from UnbluClient
.
-
The delegate for Unblu related events
Declaration
Swift
var agentDelegate: UnbluAgentClientDelegate? { get set }