struct ovrDestination * |
const char * | ovr_Destination_GetApiName ( const ovrDestinationHandle obj ) |
const char * | ovr_Destination_GetDeeplinkMessage ( const ovrDestinationHandle obj ) |
const char * | ovr_Destination_GetShareableUri ( const ovrDestinationHandle obj ) A URL that allows the user to deeplink directly to this destination. |
const char * | ovr_Destination_GetDisplayName ( const ovrDestinationHandle obj ) |
typedef struct ovrDestination* ovrDestinationHandle ( ) |
---|
No description available.
|
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_GetShareableUri ( const ovrDestinationHandle obj ) |
---|
A URL that allows the user to deeplink directly to this destination. |
const char* ovr_Destination_GetDisplayName ( const ovrDestinationHandle obj ) |
---|
No description available.
|