Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
StandardIntegrityManager.StandardIntegrityTokenProvider
public
static
interface
StandardIntegrityManager.StandardIntegrityTokenProvider
com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityTokenProvider,
|
Dostawca standardowego tokena integralności.
Instancja jest powiązana z wywołaniem StandardIntegrityManager.prepareIntegrityToken(PrepareIntegrityTokenRequest)
.
Podsumowanie
Metody publiczne
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-27 UTC."],[],[],null,["# StandardIntegrityManager.StandardIntegrityTokenProvider\n=======================================================\n\n\n`\npublic\nstatic\n\n\ninterface\nStandardIntegrityManager.StandardIntegrityTokenProvider\n`\n\n\n`\n\n\n`\n\n|------------------------------------------------------------------------------------------------|\n| com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityTokenProvider |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nStandard integrity token provider.\n\nThe instance is bound to [StandardIntegrityManager.prepareIntegrityToken(PrepareIntegrityTokenRequest)](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.html#prepareIntegrityToken(com.google.android.play.core.integrity.StandardIntegrityManager.PrepareIntegrityTokenRequest)) call.\n\nSummary\n-------\n\n| ### Public methods ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract `[Task](https://developer.google.com/android/reference/com/google/android/gms/tasks/Task.html)`\u003c`[StandardIntegrityManager.StandardIntegrityToken](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.StandardIntegrityToken.html)`\u003e` | ` `[request](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.StandardIntegrityTokenProvider.html#request(com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityTokenRequest))`(`[StandardIntegrityManager.StandardIntegrityTokenRequest](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.StandardIntegrityTokenRequest.html)` request) ` Returns a token for integrity-related enquiries. |\n\nPublic methods\n--------------\n\n### request\n\n```\npublic abstract Task\u003cStandardIntegrityManager.StandardIntegrityToken\u003e request (StandardIntegrityManager.StandardIntegrityTokenRequest request)\n```\n\nReturns a token for integrity-related enquiries.\n\nThis must be called only after [StandardIntegrityManager.prepareIntegrityToken(PrepareIntegrityTokenRequest)](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.html#prepareIntegrityToken(com.google.android.play.core.integrity.StandardIntegrityManager.PrepareIntegrityTokenRequest)) completes.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|--------------------------------------------------------------------------------------------------------------|\n| `request` | `StandardIntegrityManager.StandardIntegrityTokenRequest`: the object to request integrity token with. \u003cbr /\u003e |\n\n| Returns ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Task](https://developer.google.com/android/reference/com/google/android/gms/tasks/Task.html)`\u003c`[StandardIntegrityManager.StandardIntegrityToken](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.StandardIntegrityToken.html)`\u003e` | A [Task](https://developer.google.com/android/reference/com/google/android/gms/tasks/Task.html) that completes once the request flow succeeded or failed. In case of a failure, [StandardIntegrityException](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityException.html) wrapped with a [Task](https://developer.google.com/android/reference/com/google/android/gms/tasks/Task.html) will be thrown. \u003cbr /\u003e |"]]