const char * | |
ovrAccountAgeCategory_FromString ( const char * str ) |
ovrAccountAgeCategory_Unknown | |
ovrAccountAgeCategory_Ch | |
ovrAccountAgeCategory_Tn | |
ovrAccountAgeCategory_Ad |
typedef enum ovrAccountAgeCategory_ ovrAccountAgeCategory ( ) |
---|
Age category in Meta account. The values are used in ovr_UserAgeCategory_Get() API. |
const char* ovrAccountAgeCategory_ToString ( ovrAccountAgeCategory value ) |
---|
Converts an ovrAccountAgeCategory enum value to a string The returned string does not need to be freed |
ovrAccountAgeCategory ovrAccountAgeCategory_FromString ( const char * str ) |
---|
Converts a string representing an ovrAccountAgeCategory enum value to an enum value |