enum |
enum ovrAppAgeCategory_ |
const char * | ovrAppAgeCategory_ToString ( ovrAppAgeCategory value ) |
ovrAppAgeCategory_FromString ( const char * str ) |
ovrAppAgeCategory_Unknown | |
ovrAppAgeCategory_Ch | |
ovrAppAgeCategory_Nch |
typedef enum ovrAppAgeCategory_ ovrAppAgeCategory ( ) |
---|
Age category for developers to send to Meta. The values are used in ovr_UserAgeCategory_Report() API. |
const char* ovrAppAgeCategory_ToString ( ovrAppAgeCategory value ) |
---|
Converts an ovrAppAgeCategory enum value to a string The returned string does not need to be freed |
ovrAppAgeCategory ovrAppAgeCategory_FromString ( const char * str ) |
---|
Converts a string representing an ovrAppAgeCategory enum value to an enum value |