const char * | |
ovrReportRequestResponse_FromString ( const char * str ) |
ovrReportRequestResponse_Unknown | |
ovrReportRequestResponse_Handled | |
ovrReportRequestResponse_Unhandled | |
ovrReportRequestResponse_Unavailable |
typedef enum ovrReportRequestResponse_ ovrReportRequestResponse ( ) |
---|
Possible states that an app can respond to the platform notification that the in-app reporting flow has been requested by the user. |
const char* ovrReportRequestResponse_ToString ( ovrReportRequestResponse value ) |
---|
Converts an ovrReportRequestResponse enum value to a string The returned string does not need to be freed |
ovrReportRequestResponse ovrReportRequestResponse_FromString ( const char * str ) |
---|
Converts a string representing an ovrReportRequestResponse enum value to an enum value |