ConnectivityClientListener

Listener for client events.

Note: For service events see ConnectivityClientServiceListener.

Functions

Link copied to clipboard
abstract fun onConnectionEstablished(serviceConnectionId: ServiceConnectionId)

Called when a connection is established with the specified serviceConnectionId to the server.

Link copied to clipboard
abstract fun onConnectionLost(serviceConnectionId: ServiceConnectionId)

Called when the connection with the specified serviceConnectionId is lost.