Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
StandardIntegrityManager.StandardIntegrityTokenProvider
public
static
interface
StandardIntegrityManager.StandardIntegrityTokenProvider
com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityTokenProvider
|
Standart bütünlük jetonu sağlayıcı.
Örnek, StandardIntegrityManager.prepareIntegrityToken(PrepareIntegrityTokenRequest)
çağrısına bağlı.
Özet
Herkese açık yöntemler
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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 |"]]