API reference

OVR_Requests_RichPresence.h File

Functions

ovrRequest ovr_RichPresence_Clear ( )
DEPRECATED. Use the clear method in group presenceA 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!
ovrRequest ovr_RichPresence_GetDestinations ( )
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().
ovrRequest ovr_RichPresence_GetNextDestinationArrayPage
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().
ovrRequest ovr_RichPresence_Set
( ovrRichPresenceOptionsHandle richPresenceOptions )
DEPRECATED. Use ovr_GroupPresence_Set().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!