checkUserAge

fun checkUserAge(birthday: String, callback: CheckUserAgeCallback)

Checks user’s age for a particular region. The age requirements depend on the region. Service determines the user’s location by the IP address.

See also

Parameters

birthday

User's birth date in the YYYY-MM-DD format.

callback

Status callback.

Sources

Link copied to clipboard