Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
IntegrityDialogTypeCode
public
abstract
@interface
IntegrityDialogTypeCode
implements
Annotation
com.google.android.play.core.integrity.model.IntegrityDialogTypeCode
|
Codes de type de boîte de dialogue pour l'API Integrity.
Résumé
Constantes |
int |
CLOSE_ALL_ACCESS_RISK
Boîte de dialogue invitant les utilisateurs à fermer toutes les applications pouvant capturer ou contrôler l'écran de l'utilisateur.
|
int |
CLOSE_UNKNOWN_ACCESS_RISK
Boîte de dialogue invitant les utilisateurs à fermer les applications inconnues qui peuvent capturer ou contrôler l'écran de l'utilisateur.
|
int |
GET_LICENSED
Boîte de dialogue invitant les utilisateurs à acquérir ou à acheter une licence pour l'application sur Google Play.
|
int |
GET_INTEGRITY
Boîte de dialogue qui guide les utilisateurs pour obtenir un verdict MEETS_DEVICE_INTEGRITY et un accès légitime à l'application via le Play Store (par exemple, en l'achetant ou en l'installant), le cas échéant. Elle peut également être utilisée pour résoudre les erreurs côté client que l'utilisateur peut corriger.
|
int |
GET_STRONG_INTEGRITY
Boîte de dialogue qui guide les utilisateurs pour obtenir un verdict MEETS_STRONG_INTEGRITY , accéder légitimement à l'application via le Play Store (par exemple, en l'achetant ou en l'installant) et résoudre les problèmes liés à Play Protect, le cas échéant. Il peut également être utilisé pour résoudre les erreurs côté client que l'utilisateur peut corriger.
|
Constantes
CLOSE_ALL_ACCESS_RISK
public static final int CLOSE_ALL_ACCESS_RISK
Boîte de dialogue invitant les utilisateurs à fermer toutes les applications pouvant capturer ou contrôler l'écran de l'utilisateur.
Valeur constante :
3
(0x00000003)
CLOSE_UNKNOWN_ACCESS_RISK
public static final int CLOSE_UNKNOWN_ACCESS_RISK
Boîte de dialogue invitant les utilisateurs à fermer les applications inconnues qui peuvent capturer ou contrôler l'écran de l'utilisateur.
Valeur constante :
2
(0x00000002)
GET_INTEGRITY
public static final int GET_INTEGRITY
Boîte de dialogue qui guide les utilisateurs pour obtenir un verdict MEETS_DEVICE_INTEGRITY
et un accès légitime à l'application via le Play Store (par exemple, en l'achetant ou en l'installant), le cas échéant. Elle peut également être utilisée pour résoudre les erreurs côté client que l'utilisateur peut corriger.
Valeur constante :
4
(0x00000004)
GET_LICENSED
public static final int GET_LICENSED
Boîte de dialogue invitant les utilisateurs à acquérir ou à acheter une licence pour l'application sur Google Play.
Valeur constante :
1
(0x00000001)
GET_STRONG_INTEGRITY
public static final int GET_STRONG_INTEGRITY
Boîte de dialogue qui guide les utilisateurs pour obtenir un verdict MEETS_STRONG_INTEGRITY
, accéder légitimement à l'application via le Play Store (par exemple, en l'achetant ou en l'installant) et résoudre les problèmes liés à Play Protect, le cas échéant. Il peut également être utilisé pour résoudre les erreurs côté client que l'utilisateur peut corriger.
Valeur constante :
5
(0x00000005)
Le contenu et les exemples de code de cette page sont soumis aux licences décrites dans la Licence de contenu. Java et OpenJDK sont des marques ou des marques déposées d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/08/29 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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)"]]