AgeSignalsVerificationStatus

annotation AgeSignalsVerificationStatus


The status code reported by the Play Age Signals API.

Summary

Constants

const Int

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

const Int

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

const Int

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

const Int

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

const Int

The user is over 18.

Constants

SUPERVISED

const val SUPERVISED = 1: Int

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

SUPERVISED_APPROVAL_DENIED

const val SUPERVISED_APPROVAL_DENIED = 3: Int

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

SUPERVISED_APPROVAL_PENDING

const val SUPERVISED_APPROVAL_PENDING = 2: Int

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

UNKNOWN

const val UNKNOWN = 4: Int

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

VERIFIED

const val VERIFIED = 0: Int

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.