A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
T
U
V
I
- IdentityRequest - class in com.uid2.data
- This class represents the different types of identity requests that are supported client side.
- IdentityRequest.Email - class in com.uid2.data.IdentityRequest
- A raw email address.
- IdentityRequest.EmailHash - class in com.uid2.data.IdentityRequest
- A SHA-256 hashed email address.
- IdentityRequest.Phone - class in com.uid2.data.IdentityRequest
- A raw telephone number.
- IdentityRequest.PhoneHash - class in com.uid2.data.IdentityRequest
- A SHA-256 hashed telephone number.
- IdentityStatus - class in com.uid2.data
- This enum type represents the different status an Identity can be in.
- IdentityStatus.Companion - class in com.uid2.data.IdentityStatus
- init(Context,String,NetworkSession,Boolean) - function in com.uid2.UID2Manager.Companion
- Initializes the class with the given Context, along with a NetworkSession that will be responsible for making any required network calls.
- init(Context,String,NetworkSession) - function in com.uid2.UID2Manager.Companion
- Initializes the class with the given Context, along with a NetworkSession that will be responsible for making any required network calls.
- init(Context,String) - function in com.uid2.UID2Manager.Companion
- Initializes the class with the given Context, along with a NetworkSession that will be responsible for making any required network calls.
- init(Context) - function in com.uid2.UID2Manager.Companion
- Initializes the class with the given Context, along with a NetworkSession that will be responsible for making any required network calls.
- initCause(Throwable) - function in kotlin.UID2Exception
- initCause(Throwable) - function in kotlin.InputValidationException
- InputValidationException - class in com.uid2
- The given input appears to be invalid.
- INVALID - enum entry in com.uid2.data.IdentityStatus
- isInitialized() - function in com.uid2.UID2Manager.Companion
- Returns True if the manager is already initialised, otherwise False.
- isSuccess(Integer) - function in com.uid2.network.NetworkSession.Companion
- Function to determine if a given response code is considered a "success".