List of all members | Public Fields | Public Instance Methods | Static Public Attributes
updateApplicationVerificationRequired Class Referencefinal

Inherits Update.

Description

A request can't be completed unless application verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed.

Public Fields

int53 verification_id_
 Unique identifier for the verification process.
 
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 verify_nonce field from a push notification for iOS.
 
int64 cloud_project_number_
 Cloud project number to pass to the Play Integrity API on Android.
 

Public Instance Methods

 updateApplicationVerificationRequired ()
 
 updateApplicationVerificationRequired (int53 verification_id_, string const &nonce_, int64 cloud_project_number_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -979607081
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ updateApplicationVerificationRequired() [1/2]

A request can't be completed unless application verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed.

◆ updateApplicationVerificationRequired() [2/2]

updateApplicationVerificationRequired ( int53  verification_id_,
string const &  nonce_,
int64  cloud_project_number_ 
)

A request can't be completed unless application verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed.

Parameters
[in]verification_id_Unique identifier for the verification process.
[in]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 verify_nonce field from a push notification for iOS.
[in]cloud_project_number_Cloud project number to pass to the Play Integrity API on Android.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: