struct ovrGroupPresenceJoinIntent * |
const char * | |
const char * | If populated, the destination the current user wants to go to. |
const char * | If populated, the lobby session the current user wants to go to. |
const char * | If populated, the match session the current user wants to go to. |
typedef struct ovrGroupPresenceJoinIntent* ovrGroupPresenceJoinIntentHandle ( ) |
---|
No description available.
|
const char* ovr_GroupPresenceJoinIntent_GetDeeplinkMessage ( const ovrGroupPresenceJoinIntentHandle obj ) |
---|
An opaque string provided by the developer to help them deeplink to content. |
const char* ovr_GroupPresenceJoinIntent_GetDestinationApiName ( const ovrGroupPresenceJoinIntentHandle obj ) |
---|
If populated, the destination the current user wants to go to. |
const char* ovr_GroupPresenceJoinIntent_GetLobbySessionId ( const ovrGroupPresenceJoinIntentHandle obj ) |
---|
If populated, the lobby session the current user wants to go to. |
const char* ovr_GroupPresenceJoinIntent_GetMatchSessionId ( const ovrGroupPresenceJoinIntentHandle obj ) |
---|
If populated, the match session the current user wants to go to. |