| Name | Summary |
|---|---|
@SerialName(value = "CH") Ch Child age group for users between the ages of 10-12 (or applicable age in user’s region). | |
@SerialName(value = "TN") Tn Teenage age group for users between the ages of 13-17 (or applicable age in user’s region). | |
@SerialName(value = "AD") Ad Adult age group for users ages 18 and up (or applicable age in user’s region). |
| Name | Summary |
|---|---|
valueOf | fun valueOf(value: String): AccountAgeCategory Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | fun values(): Array<AccountAgeCategory> Returns an array containing the constants of this enum type, in the order they’re declared. |