public interface ConnectionStateCallback
Modifier and Type | Method and Description |
---|---|
void |
onConnectionMessage(String message)
Connection message sent from the server to the user.
|
void |
onLoggedIn()
Sent when the user has successfully logged in
|
void |
onLoggedOut()
Sent when the user has finished logging out
|
void |
onLoginFailed(Error error)
Sent when login attempt fails.
|
void |
onTemporaryError()
Sent when service has been interrupted, usually by lack of network access.
|
void onLoggedIn()
void onLoggedOut()
void onLoginFailed(Error error)
error
- The error with which login failed.void onTemporaryError()
void onConnectionMessage(String message)
message
- Message