struct ovrLaunchDetails * |
const char * | ovr_LaunchDetails_GetDeeplinkMessage ( const ovrLaunchDetailsHandle obj ) |
const char * | If provided, the intended destination the user would like to go to. |
const char * | ovr_LaunchDetails_GetLaunchSource ( const ovrLaunchDetailsHandle obj ) |
const char * | ovr_LaunchDetails_GetLobbySessionID ( const ovrLaunchDetailsHandle obj ) If provided, the intended lobby the user would like to be in. |
const char * | ovr_LaunchDetails_GetMatchSessionID ( const ovrLaunchDetailsHandle obj ) If provided, the intended session the user would like to be in. |
const char * | ovr_LaunchDetails_GetTrackingID ( const ovrLaunchDetailsHandle obj ) |
ovr_LaunchDetails_GetUsers ( const ovrLaunchDetailsHandle obj ) | |
ovr_LaunchDetails_GetLaunchType ( const ovrLaunchDetailsHandle obj ) |
typedef struct ovrLaunchDetails* ovrLaunchDetailsHandle ( ) |
---|
No description available.
|
const char* ovr_LaunchDetails_GetDeeplinkMessage ( const ovrLaunchDetailsHandle obj ) |
---|
An opaque string provided by the developer to help them deeplink to content on app startup. |
const char* ovr_LaunchDetails_GetDestinationApiName ( const ovrLaunchDetailsHandle obj ) |
---|
If provided, the intended destination the user would like to go to. |
const char* ovr_LaunchDetails_GetLaunchSource ( const ovrLaunchDetailsHandle obj ) |
---|
A string typically used to distinguish where the deeplink came from. For instance, a DEEPLINK launch type could be coming from events or rich presence. |
const char* ovr_LaunchDetails_GetLobbySessionID ( const ovrLaunchDetailsHandle obj ) |
---|
If provided, the intended lobby the user would like to be in. |
const char* ovr_LaunchDetails_GetMatchSessionID ( const ovrLaunchDetailsHandle obj ) |
---|
If provided, the intended session the user would like to be in. |
const char* ovr_LaunchDetails_GetTrackingID ( const ovrLaunchDetailsHandle obj ) |
---|
A unique identifer to keep track of a user going through the deeplinking flow |
ovrUserArrayHandle ovr_LaunchDetails_GetUsers ( const ovrLaunchDetailsHandle obj ) |
---|
If provided, the intended users the user would like to be with This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it. |
ovrLaunchType ovr_LaunchDetails_GetLaunchType ( const ovrLaunchDetailsHandle obj ) |
---|
No description available.
|