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

OVR_Requests_RichPresence.h File

Rich Presence has been deprecated in favor of Group Presence.

Functions

A message with type ovrMessage_RichPresence_Clear will be generated in response.First call ovr_Message_IsError() to check if an error occurred.This response has no payload. If no error occurred, the request was successful. Yay! Deprecated
Gets all the ovrDestinationHandle that the presence can be set toA message with type ovrMessage_RichPresence_GetDestinations will be generated in response.First call ovr_Message_IsError() to check if an error occurred.If no error occurred, the message will contain a payload of type ovrDestinationArrayHandle. Extract the payload from the message handle with ovr_Message_GetDestinationArray().
Get the next page of entries
Parameters
handle
The handle to the array to get the next page of entries.
A message with type ovrMessage_RichPresence_GetNextDestinationArrayPage will be generated in response.First call ovr_Message_IsError() to check if an error occurred.If no error occurred, the message will contain a payload of type ovrDestinationArrayHandle. Extract the payload from the message handle with ovr_Message_GetDestinationArray().
A message with type ovrMessage_RichPresence_Set will be generated in response.First call ovr_Message_IsError() to check if an error occurred.This response has no payload. If no error occurred, the request was successful. Yay!
Parameters
richPresenceOptions
The options of the rich presence.
Deprecated
Did you find this page helpful?
Thumbs up icon
Thumbs down icon