API reference

UserAgeCategory Class

Users are divided into three categories based on their age: -com.meta.horizon.platform.ovr.enums.AccountAgeCategory#Ch: Child age group for users between the ages of 10-12 (or applicable age in user's region). -com.meta.horizon.platform.ovr.enums.AccountAgeCategory#Tn: Teenage age group for users between the ages of 13-17 (or applicable age in user's region). -com.meta.horizon.platform.ovr.enums.AccountAgeCategory#Ad: Adult age group for users ages 18 and up (or applicable age in user's region).

Static Methods

get ()
Retrieve the user age category for the current user. It can be used in com.meta.horizon.platform.ovr.models.UserAccountAgeCategory#getAgeCategory()
Signature
static Request<com.meta.horizon.platform.ovr.models.UserAccountAgeCategory> com.meta.horizon.platform.ovr.requests.UserAgeCategory.get()