コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
標準完全性判定の結果オプトアウト
public
abstract
@interface
StandardIntegrityVerdictOptOut
implements
Annotation
com.google.android.play.core.integrity.model.StandardIntegrityVerdictOptOut
|
標準トークン リクエスト中の判定結果のオプトアウトに使用できるコード。
オプトアウトされた判定結果は、トークンで評価されません。
概要
定数
アプリのアクセス リスク
public static final int APP_ACCESS_RISK
アプリアクセス リスクの判定結果の受け取りを無効にします。
定数値:
1 個
(0x00000001)
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","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"]],["最終更新日 2025-07-27 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)"]]