public class TrueError
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<TrueError> |
CREATOR |
static int |
ERROR_PROFILE_NOT_FOUND |
static java.lang.String |
ERROR_TYPE |
static int |
ERROR_TYPE_ACTIVITY_NOT_FOUND |
static int |
ERROR_TYPE_CONTINUE_WITH_DIFFERENT_NUMBER |
static int |
ERROR_TYPE_INTERNAL |
static int |
ERROR_TYPE_INVALID_ACCOUNT_STATE |
static int |
ERROR_TYPE_NETWORK |
static int |
ERROR_TYPE_PARTNER_INFO_NULL |
static int |
ERROR_TYPE_POSSIBLE_REQ_CODE_COLLISION |
static int |
ERROR_TYPE_REQUEST_NONCE_MISMATCH |
static int |
ERROR_TYPE_RESPONSE_SIGNATURE_MISMATCH |
static int |
ERROR_TYPE_TC_NOT_INSTALLED |
static int |
ERROR_TYPE_TRUECALLER_CLOSED_UNEXPECTEDLY |
static int |
ERROR_TYPE_TRUESDK_TOO_OLD |
static int |
ERROR_TYPE_UNAUTHORIZED_USER |
static int |
ERROR_TYPE_USER_DENIED |
static int |
ERROR_TYPE_USER_DENIED_WHILE_LOADING |
| Constructor and Description |
|---|
TrueError(int errorType) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getErrorType() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final java.lang.String ERROR_TYPE
public static final int ERROR_TYPE_INTERNAL
public static final int ERROR_TYPE_NETWORK
public static final int ERROR_TYPE_USER_DENIED
public static final int ERROR_PROFILE_NOT_FOUND
public static final int ERROR_TYPE_UNAUTHORIZED_USER
public static final int ERROR_TYPE_TRUECALLER_CLOSED_UNEXPECTEDLY
public static final int ERROR_TYPE_TRUESDK_TOO_OLD
public static final int ERROR_TYPE_POSSIBLE_REQ_CODE_COLLISION
public static final int ERROR_TYPE_RESPONSE_SIGNATURE_MISMATCH
public static final int ERROR_TYPE_REQUEST_NONCE_MISMATCH
public static final int ERROR_TYPE_INVALID_ACCOUNT_STATE
public static final int ERROR_TYPE_TC_NOT_INSTALLED
public static final int ERROR_TYPE_PARTNER_INFO_NULL
public static final int ERROR_TYPE_USER_DENIED_WHILE_LOADING
public static final int ERROR_TYPE_CONTINUE_WITH_DIFFERENT_NUMBER
public static final int ERROR_TYPE_ACTIVITY_NOT_FOUND
public static final android.os.Parcelable.Creator<TrueError> CREATOR
public int getErrorType()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable