Stay organized with collections
Save and categorize content based on your preferences.
StandardIntegrityVerdictOptOut
public
abstract
@interface
StandardIntegrityVerdictOptOut
implements
Annotation
com.google.android.play.core.integrity.model.StandardIntegrityVerdictOptOut
|
Supported codes for opting out from verdicts during the standard token request.
The opted-out verdicts will be unevaluated in the token.
Summary
Constants |
int |
APP_ACCESS_RISK
Opt-out of receiving the app access risk verdict.
|
Constants
APP_ACCESS_RISK
public static final int APP_ACCESS_RISK
Opt-out of receiving the app access risk verdict.
Constant Value:
1
(0x00000001)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],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)"]]