public static class TdApi.UpdateApplicationVerificationRequired extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
cloudProjectNumber
Cloud project number to pass to the Play Integrity API on Android.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
nonce
Unique base64url-encoded nonce for the classic Play Integrity verification (https://developer.android.com/google/play/integrity/classic) for Android, or a unique string to compare with verifyNonce field from a push notification for iOS.
|
long |
verificationId
Unique identifier for the verification process.
|
| Constructor and Description |
|---|
UpdateApplicationVerificationRequired()
A request can't be completed unless application verification is performed; for official mobile applications only.
|
UpdateApplicationVerificationRequired(long verificationId,
java.lang.String nonce,
long cloudProjectNumber)
A request can't be completed unless application verification is performed; for official mobile applications only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long verificationId
public java.lang.String nonce
public long cloudProjectNumber
public static final int CONSTRUCTOR
public UpdateApplicationVerificationRequired()
public UpdateApplicationVerificationRequired(long verificationId,
java.lang.String nonce,
long cloudProjectNumber)
verificationId - Unique identifier for the verification process.nonce - Unique base64url-encoded nonce for the classic Play Integrity verification (https://developer.android.com/google/play/integrity/classic) for Android, or a unique string to compare with verifyNonce field from a push notification for iOS.cloudProjectNumber - Cloud project number to pass to the Play Integrity API on Android.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object