public interface SyncConnectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDisconnected()
Called when the client is disconnected from the sync server, e.g.
|
void onDisconnected()
Depending on the configuration, the sync client typically tries to reconnect automatically,
triggering a SyncLoginListener again.