AgeSignalsResult

public abstract class AgeSignalsResult


The result of an age signals check.

Summary

Public constructors

Public methods

abstract int

The (inclusive) lower bound of a supervised user's age range.

abstract int

The (inclusive) upper bound of a supervised user's age range.

abstract String

An ID assigned to supervised user installs by Google Play, used for the purposes of notifying you of revoked app approval.

abstract Date

The effective from date of the most recent significant change that was approved.

abstract AgeSignalsVerificationStatus

The user's age verification or supervision status.

Public constructors

AgeSignalsResult

public AgeSignalsResult()

Public methods

ageLower

public abstract int ageLower()

The (inclusive) lower bound of a supervised user's age range.

ageUpper

public abstract int ageUpper()

The (inclusive) upper bound of a supervised user's age range.

installId

public abstract String installId()

An ID assigned to supervised user installs by Google Play, used for the purposes of notifying you of revoked app approval.

mostRecentApprovalDate

public abstract Date mostRecentApprovalDate()

The effective from date of the most recent significant change that was approved. When an app is installed, the date of the most recent significant change prior to install is used.

userStatus

public abstract AgeSignalsVerificationStatus userStatus()

The user's age verification or supervision status.