API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_UserAgeCategory_Get Function

Retrieve the user age category for the current user.
A message with type ovrMessage_UserAgeCategory_Get will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
If no error occurred, the message will contain a payload of type ovrUserAccountAgeCategoryHandle. Extract the payload from the message handle with ovr_Message_GetUserAccountAgeCategory().

Signature

ovrRequest ovr_UserAgeCategory_Get()

Returns