enum ovrLaunchType_ | ovrLaunchType ( ) |
const char * | ovrLaunchType_ToString ( ovrLaunchType value ) |
ovrLaunchType_FromString ( const char * str ) |
ovrLaunchType_Unknown | |
ovrLaunchType_Normal | Normal launch from the user's library. |
ovrLaunchType_Invite | |
ovrLaunchType_Coordinated | DEPRECATED. |
ovrLaunchType_Deeplink |
typedef enum ovrLaunchType_ ovrLaunchType ( ) |
---|
No description available.
|
const char* ovrLaunchType_ToString ( ovrLaunchType value ) |
---|
Converts an ovrLaunchType enum value to a string The returned string does not need to be freed |
ovrLaunchType ovrLaunchType_FromString ( const char * str ) |
---|
Converts a string representing an ovrLaunchType enum value to an enum value |