public static class TdApi.ResendCodeReasonVerificationFailed extends TdApi.ResendCodeReason
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
errorMessage
Cause of the verification failure, for example, PLAYSERVICESNOTAVAILABLE, APNSRECEIVETIMEOUT, or APNSINITFAILED.
|
| Constructor and Description |
|---|
ResendCodeReasonVerificationFailed()
The code is re-sent, because device verification has failed.
|
ResendCodeReasonVerificationFailed(java.lang.String errorMessage)
The code is re-sent, because device verification has failed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String errorMessage
public static final int CONSTRUCTOR
public ResendCodeReasonVerificationFailed()
public ResendCodeReasonVerificationFailed(java.lang.String errorMessage)
errorMessage - Cause of the verification failure, for example, PLAYSERVICESNOTAVAILABLE, APNSRECEIVETIMEOUT, or APNSINITFAILED.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object