使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-27。"],[],[],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 |"]]