API reference

OVR_RichPresenceExtraContext.h File

Enumeration Types

Enumeration ovrRichPresenceExtraContext_

Display extra information about the user's presence.
ovrRichPresenceExtraContext_Unknown
No description available
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.

Typedefs

enum ovrRichPresenceExtraContext_ ovrRichPresenceExtraContext
Display extra information about the user's presence.

Functions

const char * ovrRichPresenceExtraContext_ToString
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