A
B
C
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
U
- UNAUTHORIZED_ACCESS_ERROR - enum entry in com.snap.loginkit.exceptions.UserDataException.Status
Signifies that the request failed because the user is not authorized to access the requested resource.
- UNKNOWN_ERROR - enum entry in com.snap.loginkit.exceptions.AccessTokenException.Status
Signifies that the token request failed because of an unknown reason.
- UNKNOWN_ERROR - enum entry in com.snap.loginkit.exceptions.LoginException.Status
Signifies that the request failed for an unknown reason.
- UNKNOWN_ERROR - enum entry in com.snap.loginkit.exceptions.UserDataException.Status
Signifies that the request failed for an unknown reason.
- UNKNOWN_ERROR - enum entry in com.snap.loginkit.exceptions.FirebaseCustomTokenException.Status
Signifies that the request failed for an unknown reason.
- UserData - class in com.snap.loginkit.models
- Model for user data related to the active (connected) user.
- UserDataError - class in com.snap.loginkit.models
- Model describing the error response.
- UserDataException - class in com.snap.loginkit.exceptions
- Exception thrown when the user data request fails.
- UserDataException.Status - class in com.snap.loginkit.exceptions.UserDataException
- Provides detailed status for the exception.
- UserDataQuery - class in com.snap.loginkit
- Model to construct the query for fetching user data.
- UserDataQuery.Builder - class in com.snap.loginkit.UserDataQuery
- Builder for constructing the query.
- UserDataResult - class in com.snap.loginkit.models
- Model describing the response for the user data request.
- UserDataResultCallback - class in com.snap.loginkit
- The public API interface to listen for user data updates.