API reference

OVR_Destination.h File

Typedefs

struct ovrDestination * ovrDestinationHandle

Functions

const char * ovr_Destination_GetApiName
( const ovrDestinationHandle obj )
Pass it into ovr_RichPresenceOptions_SetApiName() when calling ovr_RichPresence_Set() to set this user's rich presence
const char * ovr_Destination_GetDeeplinkMessage
( const ovrDestinationHandle obj )
The information that will be in ovr_LaunchDetails_GetDeeplinkMessage() when a user enters via a deeplink. Alternatively will be in ovr_User_GetPresenceDeeplinkMessage() if the rich presence is set for the user.
const char * ovr_Destination_GetDisplayName
( const ovrDestinationHandle obj )
A displayable string of the destination name and it can be retrieved with ovr_Destination_GetDisplayName().
const char * ovr_Destination_GetShareableUri
( const ovrDestinationHandle obj )
A URL that allows the user to deeplink directly to this destination.