AgeSignalsVerificationStatus

public annotation AgeSignalsVerificationStatus


The status code reported by the Play Age Signals API.

Summary

Constants

static final int

The user has a supervised Google Account managed by a parent who sets their age.

static final int

The user has a supervised Google Account, and their supervising parent denied approval for one or more significant changes.

static final int

The user has a supervised Google Account, and their supervising parent has not yet approved one or more pending significant changes.

static final int

The user is not verified or supervised in applicable jurisdictions and regions.

static final int

The user is over 18.

Constants

SUPERVISED

public static final int SUPERVISED = 1

The user has a supervised Google Account managed by a parent who sets their age.

SUPERVISED_APPROVAL_DENIED

public static final int SUPERVISED_APPROVAL_DENIED = 3

The user has a supervised Google Account, and their supervising parent denied approval for one or more significant changes.

SUPERVISED_APPROVAL_PENDING

public static final int SUPERVISED_APPROVAL_PENDING = 2

The user has a supervised Google Account, and their supervising parent has not yet approved one or more pending significant changes.

UNKNOWN

public static final int UNKNOWN = 4

The user is not verified or supervised in applicable jurisdictions and regions. These users could be over or under 18.

VERIFIED

public static final int VERIFIED = 0

The user is over 18. Google verified the user's age using a commercially reasonable method such as a government-issued ID, credit card, or facial age estimation.