Google. Play. Integrity. StandardIntegrityManager
Manages requests for integrity information.
Summary
Constructors and Destructors |
|
---|---|
StandardIntegrityManager()
Constructor.
|
Public functions |
|
---|---|
PrepareIntegrityToken(PrepareIntegrityTokenRequest request)
|
PlayAsyncOperation< StandardIntegrityTokenProvider, StandardIntegrityErrorCode >
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 |
|
||
Returns |
A PlayAsyncOperation{StandardIntegrityTokenProvider, StandardIntegrityErrorCode} that returns StandardIntegrityTokenProvider on successful callback or StandardIntegrityErrorCode on failure callback.
|
StandardIntegrityManager
StandardIntegrityManager()
Constructor.