HAConnectionDelegate
public protocol HAConnectionDelegate : AnyObject
Delegate of the connection
-
The connection state has changed
Declaration
Swift
func connection(_ connection: HAConnection, didTransitionTo state: HAConnectionState)
Parameters
connection
The connection invoking this function
state
The new state of the connection being transitioned to