UnbluAgentClient
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: (any UnbluAgentClientDelegate)? { get set }