Google.Play.Integrity.StandardIntegrityManager

Manages requests for integrity information.

Summary

Constructors and Destructors

StandardIntegrityManager()
Constructor.

Public functions

PrepareIntegrityToken(PrepareIntegrityTokenRequest request)
Prepares the integrity token and makes it available for requesting via StandardIntegrityTokenProvider.

Public functions

PrepareIntegrityToken

PlayAsyncOperation< StandardIntegrityTokenProvider, StandardIntegrityErrorCode > PrepareIntegrityToken(
  PrepareIntegrityTokenRequest request
)

Prepares the integrity token and makes it available for requesting via StandardIntegrityTokenProvider.

You can call this method from time to time in order to refresh the resulting StandardIntegrityTokenProvider.

The API makes a call to Google servers and hence requires a network connection.

Note that the API is in beta mode.

Details
Parameters
request
the object to prepare the integrity token with.
Returns
A PlayAsyncOperation{StandardIntegrityTokenProvider, StandardIntegrityErrorCode} that returns StandardIntegrityTokenProvider on successful callback or StandardIntegrityErrorCode on failure callback.

StandardIntegrityManager

 StandardIntegrityManager()

Constructor.