AgeSignalsResult

public abstract class AgeSignalsResult


The result of an age signals check.

Summary

Nested types

public abstract class AgeSignalsResult.Builder

Builder for AgeSignalsResult.

Public constructors

Public methods

abstract Integer

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

abstract Integer

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

static AgeSignalsResult.Builder

Creates AgeSignalsResult.Builder.

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 Integer

The user's age verification or supervision status.

Public constructors

AgeSignalsResult

public AgeSignalsResult()

Public methods

ageLower

public abstract Integer ageLower()

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

ageUpper

public abstract Integer ageUpper()

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

builder

public static AgeSignalsResult.Builder builder()

Creates AgeSignalsResult.Builder.

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 Integer userStatus()

The user's age verification or supervision status. See AgeSignalsVerificationStatus for possible values.