public interface SyncLoginListener
| Modifier and Type | Method and Description |
|---|---|
void |
onLoggedIn()
Called on a successful login.
|
void |
onLoginFailed(long syncLoginCode)
Called on a login failure.
|
void onLoggedIn()
At this point the connection to the sync destination was established and entered an operational state, in which data can be sent both ways.
void onLoginFailed(long syncLoginCode)
SyncLoginCodes, but never SyncLoginCodes.OK.