コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
IntegrityDialogTypeCode
public
abstract
@interface
IntegrityDialogTypeCode
implements
Annotation
com.google.android.play.core.integrity.model.IntegrityDialogTypeCode
|
Integrity API のダイアログ タイプ コード。
まとめ
定数 |
int |
CLOSE_ALL_ACCESS_RISK
ユーザーの画面をキャプチャまたは制御できるすべてのアプリを閉じるようユーザーに促すダイアログ。
|
int |
CLOSE_UNKNOWN_ACCESS_RISK
ユーザーの画面をキャプチャまたは制御できる不明なアプリを閉じるようユーザーに促すダイアログ。
|
int |
GET_LICENSED
アプリのライセンスを Google Play から取得または購入するようユーザーに促すダイアログ。
|
int |
GET_INTEGRITY
該当する場合に、ユーザーが MEETS_DEVICE_INTEGRITY 判定を取得し、Google Play ストア経由で(購入やインストールなどによって)正当なアプリ アクセス権を取得できるようにするダイアログ。また、ユーザーが解決できるクライアントサイド エラーの解決にも使用できます。
|
int |
GET_STRONG_INTEGRITY
ユーザーが MEETS_STRONG_INTEGRITY 判定を取得し、Google Play ストア経由で(購入やインストールなどによって)アプリへの正当なアクセス権を取得し、必要に応じて Google Play プロテクトの問題を解決するためのダイアログ。また、ユーザーが解決できるクライアントサイド エラーの解決にも使用できます。
|
定数
CLOSE_ALL_ACCESS_RISK
public static final int CLOSE_ALL_ACCESS_RISK
ユーザーの画面をキャプチャまたは制御できるすべてのアプリを閉じるようユーザーに促すダイアログ。
定数値:
3
(0x00000003)
CLOSE_UNKNOWN_ACCESS_RISK
public static final int CLOSE_UNKNOWN_ACCESS_RISK
ユーザーの画面をキャプチャまたは制御できる不明なアプリを閉じるようユーザーに促すダイアログ。
定数値:
2
(0x00000002)
GET_INTEGRITY
public static final int GET_INTEGRITY
該当する場合に、ユーザーが MEETS_DEVICE_INTEGRITY
判定を取得し、Google Play ストア経由で(購入やインストールなどによって)正当なアプリ アクセス権を取得できるようにするダイアログ。また、ユーザーが修正可能なクライアントサイド エラーの解決にも使用できます。
定数値:
4
(0x00000004)
GET_LICENSED
public static final int GET_LICENSED
アプリのライセンスを Google Play から取得または購入するようユーザーに促すダイアログ。
定数値:
1
(0x00000001)
GET_STRONG_INTEGRITY
public static final int GET_STRONG_INTEGRITY
ユーザーが MEETS_STRONG_INTEGRITY
判定を取得し、Google Play ストア経由で(購入やインストールなどによって)アプリへの正当なアクセス権を取得し、必要に応じて Google Play プロテクトの問題を解決するためのダイアログ。また、ユーザーが修正可能なクライアントサイド エラーの解決にも使用できます。
定数値:
5
(0x00000005)
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-08-29 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-08-29 UTC。"],[],[],null,["Summary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nIntegrityDialogTypeCode\n\n\n`\npublic\n\n\nabstract\n@interface\nIntegrityDialogTypeCode\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.IntegrityDialogTypeCode |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDialog type codes for Integrity API.\n\nSummary\n\n| Constants ||\n|-------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [CLOSE_ALL_ACCESS_RISK](../../../../../../../../reference/com/google/android/play/core/integrity/model/IntegrityDialogTypeCode.html#CLOSE_ALL_ACCESS_RISK) A dialog prompting users to close all apps which can capture or control the user screen. |\n| `int` | [CLOSE_UNKNOWN_ACCESS_RISK](../../../../../../../../reference/com/google/android/play/core/integrity/model/IntegrityDialogTypeCode.html#CLOSE_UNKNOWN_ACCESS_RISK) A dialog prompting users to close unknown apps which can capture or control the user screen. |\n| `int` | [GET_LICENSED](../../../../../../../../reference/com/google/android/play/core/integrity/model/IntegrityDialogTypeCode.html#GET_LICENSED) A dialog prompting users to acquire or buy a license for the app from Google Play. |\n| `int` | [GET_INTEGRITY](../../../../../../../../reference/com/google/android/play/core/integrity/model/IntegrityDialogTypeCode.html#GET_INTEGRITY) A dialog that guides users to achieve a `MEETS_DEVICE_INTEGRITY` verdict and obtain legitimate app access via the Play Store (e.g., by purchasing or installing) when applicable. It can also be used in resolving user-remediable client-side errors. |\n| `int` | [GET_STRONG_INTEGRITY](../../../../../../../../reference/com/google/android/play/core/integrity/model/IntegrityDialogTypeCode.html#GET_INTEGRITY) A dialog that guides users to achieve a `MEETS_STRONG_INTEGRITY` verdict, obtain legitimate app access via the Play Store (e.g., by purchasing or installing), and fix Play Protect issues when applicable. It can also be used in resolving user-remediable client-side errors. |\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\nCLOSE_ALL_ACCESS_RISK \n\n```\npublic static final int CLOSE_ALL_ACCESS_RISK\n```\n\nA dialog prompting users to close all apps which can capture or control the user screen.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n3\n(0x00000003)\n\n\nCLOSE_UNKNOWN_ACCESS_RISK \n\n```\npublic static final int CLOSE_UNKNOWN_ACCESS_RISK\n```\n\nA dialog prompting users to close unknown apps which can capture or control the user screen.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2\n(0x00000002)\n\n\nGET_INTEGRITY \n\n```\npublic static final int GET_INTEGRITY\n```\n\nA dialog that guides users to achieve a `MEETS_DEVICE_INTEGRITY` verdict and obtain legitimate\napp access via the Play Store (e.g., by purchasing or installing) when applicable. It can also\nbe used in resolving user-remediable client-side errors.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n4\n(0x00000004)\n\n\nGET_LICENSED \n\n```\npublic static final int GET_LICENSED\n```\n\nA dialog prompting users to acquire or buy a license for the app from Google Play.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\nGET_STRONG_INTEGRITY \n\n```\npublic static final int GET_STRONG_INTEGRITY\n```\n\nA dialog that guides users to achieve a `MEETS_STRONG_INTEGRITY` verdict, obtain legitimate\napp access via the Play Store (e.g., by purchasing or installing), and fix Play Protect\nissues when applicable. It can also be used in resolving user-remediable client-side errors.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n5\n(0x00000005)"]]