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

OVR_Requests_RichPresence.h File

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
Use the clear method in group presence
Gets all the destinations 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 entriesA 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! Deprecated
Did you find this page helpful?
Thumbs up icon
Thumbs down icon