Google.Play.Integrity.StandardIntegrityManager

Manages requests for integrity information.

Summary

DEPRECATED: Please use StandardIntegrityManagerV2 instead.

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.

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.

DEPRECATED: Please use StandardIntegrityManagerV2.PrepareIntegrityToken(PrepareIntegrityTokenRequest) instead.

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

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

StandardIntegrityManager

 StandardIntegrityManager()

Constructor.