onGatewayStateReceived

abstract fun onGatewayStateReceived(gatewayState: String, receivedSessionId: String?)

Fires once a Gateway state has been received. These are used to find a verified registration

Parameters

gatewayState

, the string representation of the gateway state received from the socket connection

sessionId

, the string representation of the session ID received from the socket connection

See also