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