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

OVR_Destination.h File

The destination represents where the user would like to go to in the app. It's usually associated with a travel or an invitation. Each destination has ovr_Destination_GetApiName(), ovr_Destination_GetDisplayName(), ovr_Destination_GetDeeplinkMessage() and ovr_Destination_GetShareableUri() link. Please refer to member data documentation for details.

Typedefs

struct ovrDestination * ovrDestinationHandle

Functions

You can pass it into ovr_GroupPresenceOptions_SetDestinationApiName() when calling ovr_GroupPresence_Set() to set this user's group presence.
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.
A displayable string of the destination name and it can be retrieved with ovr_Destination_GetDisplayName().
A URI that allows the user to deeplink directly to this destination.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon