GamebaseAgeSignalsResult

Gamebase wrapper for age verification result. This class wraps the Google Play Age Signals API result. See here

Since

Added 2.76.0

Types

Link copied to clipboard
class Builder

Builder for creating GamebaseAgeSignalsResult instances.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun ageLower(): Int?

Returns the lower bound of the user's age range.

Link copied to clipboard
fun ageUpper(): Int?

Returns the upper bound of the user's age range.

Link copied to clipboard

Returns the installation ID for this device.

Link copied to clipboard

Returns the most recent date when parental approval was granted. This will be null if no approval has been granted.

Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun userStatus(): Int?

Returns the verification status of the user.