A
B
C
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
O
- onFailure(AccessTokenException) - function in com.snap.loginkit.AccessTokenResultCallback
- Called when the Access Token request fails.
- onFailure(LoginException) - function in com.snap.loginkit.LoginStateCallback
- Called when login through Snapchat has failed.
- onFailure(LoginException) - function in com.snap.loginkit.LoginResultCallback
- Called when login through Snapchat has failed.
- onFailure(UserDataException) - function in com.snap.loginkit.UserDataResultCallback
- Called when the user data request fails.
- onFailure(FirebaseCustomTokenException) - function in com.snap.loginkit.FirebaseCustomTokenResultCallback
- Called when the Custom Token request fails.
- onLogout() - function in com.snap.loginkit.LoginStateCallback
- Called whenever a user explicitly logs out via call to
{@code clearToken()}
or whenever the server returns 401,requiring force logout. - onStart() - function in com.snap.loginkit.LoginStateCallback
- Called on the user beginning the request to login after going through OAuth flow.
- onStart() - function in com.snap.loginkit.LoginResultCallback
- Called on the user beginning the request to login after going through OAuth flow.
- onSuccess(String) - function in com.snap.loginkit.AccessTokenResultCallback
- Called when the Access Token is successfully fetched.
- onSuccess(String) - function in com.snap.loginkit.LoginStateCallback
- Called when login through Snapchat has succeeded.
- onSuccess(String) - function in com.snap.loginkit.LoginResultCallback
- Called when login through Snapchat has succeeded.
- onSuccess(UserDataResult) - function in com.snap.loginkit.UserDataResultCallback
- Called when the user data is successfully fetched.
- onSuccess(String) - function in com.snap.loginkit.FirebaseCustomTokenResultCallback
- Called when the Custom Token is successfully fetched.