API reference

OVR_RichPresenceOptions.h File

Typedefs

struct ovrRichPresenceOptions * ovrRichPresenceOptionsHandle

Functions

ovrRichPresenceOptionsHandle ovr_RichPresenceOptions_Create ( )
Creates a new instance of ovrRichPresenceOptionsHandle() which is used to customize the option flow. It returns a handle to the newly created options object, which can be used to set various properties for the options.
void ovr_RichPresenceOptions_Destroy
Destroys an existing instance of the ovrRichPresenceOptionsHandle() and frees up memory when you're done using it.
void ovr_RichPresenceOptions_SetApiName
const char * value )
Deprecated
void ovr_RichPresenceOptions_SetArgsString
const char * key,
const char * value )
Deprecated
Unused.
void ovr_RichPresenceOptions_ClearArgs
void ovr_RichPresenceOptions_SetCurrentCapacity
unsigned int value )
Deprecated
Unused. Removed from headers at version v51.
void ovr_RichPresenceOptions_SetDeeplinkMessageOverride
const char * value )
void ovr_RichPresenceOptions_SetEndTime
unsigned long long value )
Deprecated
Unused. Removed from headers at version v51.
void ovr_RichPresenceOptions_SetExtraContext
Deprecated
Unused. Removed from headers at version v51.
void ovr_RichPresenceOptions_SetInstanceId
const char * value )
Deprecated
Use ovr_GroupPresenceOptions_SetMatchSessionId() Removed from headers at version v51.
void ovr_RichPresenceOptions_SetIsIdle
bool value )
Deprecated
Unused. Removed from headers at version v51.
void ovr_RichPresenceOptions_SetIsJoinable
bool value )
Deprecated
void ovr_RichPresenceOptions_SetJoinableId
const char * value )
Deprecated
Unused.
void ovr_RichPresenceOptions_SetLobbySessionId
const char * value )
Deprecated
Use ovr_GroupPresenceOptions_SetLobbySessionId() Removed from headers at version v51.
void ovr_RichPresenceOptions_SetMatchSessionId
const char * value )
Deprecated
Use ovr_GroupPresenceOptions_SetMatchSessionId() Removed from headers at version v51.
void ovr_RichPresenceOptions_SetMaxCapacity
unsigned int value )
Deprecated
Unused. Removed from headers at version v51.
void ovr_RichPresenceOptions_SetStartTime
unsigned long long value )
Deprecated
Unused. Removed from headers at version v51.