enum | ovrRichPresenceExtraContext_ { ovrRichPresenceExtraContext_.ovrRichPresenceExtraContext_Unknown , ovrRichPresenceExtraContext_.ovrRichPresenceExtraContext_None , ovrRichPresenceExtraContext_.ovrRichPresenceExtraContext_CurrentCapacity , ovrRichPresenceExtraContext_.ovrRichPresenceExtraContext_StartedAgo , ovrRichPresenceExtraContext_.ovrRichPresenceExtraContext_EndingIn , ovrRichPresenceExtraContext_.ovrRichPresenceExtraContext_LookingForAMatch } Display extra information about the user's presence. |
Display extra information about the user's presence. |
const char * | |
ovrRichPresenceExtraContext_FromString ( const char * str ) |
ovrRichPresenceExtraContext_Unknown | |
ovrRichPresenceExtraContext_None | Display nothing. |
ovrRichPresenceExtraContext_CurrentCapacity | Display the current amount with the user over the max. |
ovrRichPresenceExtraContext_StartedAgo | Display how long ago the match/game/race/etc started. |
ovrRichPresenceExtraContext_EndingIn | Display how soon the match/game/race/etc will end. |
ovrRichPresenceExtraContext_LookingForAMatch | Display that this user is looking for a match. |
typedef enum ovrRichPresenceExtraContext_ ovrRichPresenceExtraContext ( ) |
---|
Display extra information about the user's presence. |
const char* ovrRichPresenceExtraContext_ToString ( ovrRichPresenceExtraContext value ) |
---|
Converts an ovrRichPresenceExtraContext enum value to a string The returned string does not need to be freed |
ovrRichPresenceExtraContext ovrRichPresenceExtraContext_FromString ( const char * str ) |
---|
Converts a string representing an ovrRichPresenceExtraContext enum value to an enum value |