public static interface LoginStateController.OnLoginStateChangedListener
Modifier and Type | Method and Description |
---|---|
void |
onLoginFailed()
Called when login through Snapchat failed.
|
void |
onLoginSucceeded()
Called when login through Snapchat has succeeded.
|
void |
onLogout()
Called whenever a user explicitly logs out via AuthTokenManager#clearToken
or whenever the server returns 401, requiring force logout.
|
void onLoginSucceeded()
void onLoginFailed()
void onLogout()