-
- All Implemented Interfaces:
-
com.snap.loginkit.LoginResultCallback
public interface LoginStateCallback implements LoginResultCallback
The public API interface to listen for Login state updates.
-
-
Method Summary
Modifier and Type Method Description abstract void
onLogout()
Called whenever a user explicitly logs out via call to {@code clearToken()}
or whenever the server returns 401,requiring force logout.
-
-
-
Method Detail
-
onLogout
abstract void onLogout()
Called whenever a user explicitly logs out via call to
{@code clearToken()}
or whenever the server returns 401,requiring force logout.
-
-