public static interface ConnectionFragment.ConnectionListener
Implement this interface in the host activity that embeds ConnectionFragment
to listen for events defined in this interface.
Modifier and Type | Method and Description |
---|---|
void |
onConnected()
This will occur in case of chat connectivity recovery.
|
void |
onDisconnected()
This will occur in case of chat connectivity loss.
|