API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_RichPresenceExtraContext.h File

Overview

Typedefs

Display extra information about the user's presence.

Details

Enumeration Types

enum OVR_RichPresenceExtraContext.h.ovrRichPresenceExtraContext_
Display extra information about the user's presence.
Enumerator
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.

Typedefs

typedef 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
Did you find this page helpful?
Thumbs up icon
Thumbs down icon