LicenseVerdict

public enum LicenseVerdict extends Enum<LicenseVerdict>

Holds the possible values of "account" verdict, which relates to how the app was loaded in the device.

Entries

Link copied to clipboard

The user has an app entitlement. In other words, the user installed or bought your app on Google Play.

Link copied to clipboard

The user doesn't have an app entitlement. This happens when, for example, the user sideloads your app or doesn't acquire it from Google Play.

Link copied to clipboard

Licensing details were not evaluated because a necessary requirement was missed. This could happen for several reasons, including the following:

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal

Functions

Link copied to clipboard

Holds the possible values of "account" verdict, which relates to how the app was loaded in the device.

Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final LicenseVerdict valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<LicenseVerdict> values()

Returns an array containing the constants of this enum type, in the order they're declared.