Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
StandardIntegrityManager.StandardIntegrityTokenProvider
public
static
interface
StandardIntegrityManager.StandardIntegrityTokenProvider
com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityTokenProvider
|
Nhà cung cấp mã thông báo về tính toàn vẹn tiêu chuẩn.
Thực thể này được liên kết với lệnh gọi StandardIntegrityManager.prepareIntegrityToken(PrepareIntegrityTokenRequest)
.
Tóm tắt
Phương thức công khai
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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 |"]]