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.

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_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)