IntegrityDialogTypeCode
public
abstract
@interface
IntegrityDialogTypeCode
implements
Annotation
com.google.android.play.core.integrity.model.IntegrityDialogTypeCode |
Dialog type codes for Integrity API.
Summary
Constants | |
---|---|
int |
CLOSE_ALL_ACCESS_RISK
A dialog prompting users to close all apps which can capture or control the user screen. |
int |
CLOSE_UNKNOWN_ACCESS_RISK
A dialog prompting users to close unknown apps which can capture or control the user screen. |
int |
GET_LICENSED
A dialog prompting users to acquire or buy a license for the app from Google Play. |
int |
GET_INTEGRITY
A dialog that guides users to achieve a |
int |
GET_STRONG_INTEGRITY
A dialog that guides users to achieve a |
Inherited methods | |
---|---|
Constants
CLOSE_ALL_ACCESS_RISK
public static final int CLOSE_ALL_ACCESS_RISK
A dialog prompting users to close all apps which can capture or control the user screen.
Constant Value: 3 (0x00000003)
CLOSE_UNKNOWN_ACCESS_RISK
public static final int CLOSE_UNKNOWN_ACCESS_RISK
A dialog prompting users to close unknown apps which can capture or control the user screen.
Constant Value: 2 (0x00000002)
GET_INTEGRITY
public static final int 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.
Constant Value: 4 (0x00000004)
GET_LICENSED
public static final int GET_LICENSED
A dialog prompting users to acquire or buy a license for the app from Google Play.
Constant Value: 1 (0x00000001)
GET_STRONG_INTEGRITY
public static final int GET_STRONG_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.
Constant Value: 5 (0x00000005)