public interface CommunicationCallback
Modifier and Type | Method and Description |
---|---|
void |
onConnectionChanged(ConnectionState connectState,
CommunicationType type)
A callback that get the connection status between local and remote.
|
void |
onConnectionTimeout(CommunicationType type) |
void onConnectionChanged(ConnectionState connectState, CommunicationType type)
connectState
- Connection state between local and remote.type
- The communication channel.void onConnectionTimeout(CommunicationType type)