public static class TdApi.SetApplicationVerificationToken extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
token
Play Integrity API token for the Android application, or secret from push notification for the iOS application; pass an empty string to abort verification and receive error VERIFICATIONFAILED for the request.
|
long |
verificationId
Unique identifier for the verification process as received from updateApplicationVerificationRequired.
|
| Constructor and Description |
|---|
SetApplicationVerificationToken()
Default constructor for a function, which application verification has been completed.
|
SetApplicationVerificationToken(long verificationId,
java.lang.String token)
Creates a function, which application verification has been completed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long verificationId
public java.lang.String token
public static final int CONSTRUCTOR
public SetApplicationVerificationToken()
Returns Ok
public SetApplicationVerificationToken(long verificationId,
java.lang.String token)
Returns Ok
verificationId - Unique identifier for the verification process as received from updateApplicationVerificationRequired.token - Play Integrity API token for the Android application, or secret from push notification for the iOS application; pass an empty string to abort verification and receive error VERIFICATIONFAILED for the request.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object