Get
()
|
Retrieve the user age category for the current user.
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: AppAgeCategoryReturns Request |