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.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026年05月28日 UTC.