Get
()
|
Retrieve the user age category for the current user. It can be used in UserAccountAgeCategory::AgeCategory
Signature
static Request<Models.UserAccountAgeCategory> Oculus.Platform.UserAgeCategory.Get() Returns Request< Models.UserAccountAgeCategory > |
Report
(
age_category
)
|
Report the current user's age category to Meta.
Signature
static Request Oculus.Platform.UserAgeCategory.Report(AppAgeCategory age_category) Parameters age_category: AppAgeCategory
Age category for developers to send to Meta. There are two members, children age group (AppAgeCategory.Ch) and non-children age group (AppAgeCategory.Nch).
Returns Request |