使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
StandardIntegrityVerdictOptOut
public
abstract
@interface
StandardIntegrityVerdictOptOut
implements
Annotation
com.google.android.play.core.integrity.model.StandardIntegrityVerdictOptOut
|
用于在标准令牌请求期间停用判定功能的受支持代码。
在令牌中,系统不会评估选择停用的判定结果。
摘要
常量
APP_ACCESS_RISK
public static final int APP_ACCESS_RISK
选择不接收应用访问风险判定结果。
常量值:
1 次
(0x00000001)
本页面上的内容和代码示例受内容许可部分所述许可的限制。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,["# StandardIntegrityVerdictOptOut\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nStandardIntegrityVerdictOptOut\n==============================\n\n\n`\npublic\n\n\nabstract\n@interface\nStandardIntegrityVerdictOptOut\n`\n\n\n`\n\n\nimplements\n\n`[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\n\n\n`\n\n|-----------------------------------------------------------------------------|\n| com.google.android.play.core.integrity.model.StandardIntegrityVerdictOptOut |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSupported codes for opting out from verdicts during the standard token request.\n\nThe opted-out verdicts will be unevaluated in the token.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [APP_ACCESS_RISK](../../../../../../../../reference/com/google/android/play/core/integrity/model/StandardIntegrityVerdictOptOut.html#APP_ACCESS_RISK) Opt-out of receiving the app access risk verdict. |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` `[java.lang.annotation.Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)` ` |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` abstract `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c? extends `[Annotation](https://developer.android.com/reference/java/lang/annotation/Annotation.html)`\u003e` | ` annotationType() ` | | ` abstract boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` abstract int` | ` hashCode() ` | | ` abstract `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | ||\n\nConstants\n---------\n\n### APP_ACCESS_RISK\n\n```\npublic static final int APP_ACCESS_RISK\n```\n\nOpt-out of receiving the app access risk verdict.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)"]]