Google. Play. Integrity. StandardIntegrityManagerV2. StandardIntegrityTokenProvider
Standard integrity token provider.
Summary
Response of StandardIntegrityManagerV2.PrepareIntegrityToken call.
Public functions |
|
|---|---|
Request(StandardIntegrityTokenRequest request)
|
PlayAsyncOperation< StandardIntegrityToken, StandardIntegrityError >
Returns a token for integrity-related enquiries.
|
Public functions
Request
PlayAsyncOperation< StandardIntegrityToken, StandardIntegrityError > Request( StandardIntegrityTokenRequest request )
Returns a token for integrity-related enquiries.
This must be called only after StandardIntegrityManagerV2.PrepareIntegrityToken completes.
| Details | |||
|---|---|---|---|
| Parameters |
|
||
| Returns |
A PlayAsyncOperation{StandardIntegrityToken, StandardIntegrityError} that returns StandardIntegrityToken on successful callback or StandardIntegrityError on failure callback.
|