struct ovrApplicationInvite * |
ovr_ApplicationInvite_GetID ( const ovrApplicationInviteHandle obj ) The ID of the application invite. | |
bool | ovr_ApplicationInvite_GetIsActive ( const ovrApplicationInviteHandle obj ) A boolean value indicating whether the invite is still active or not. |
const char * | The lobby session id to which the recipient is invited. |
const char * | The match session id to which the recipient is invited. |
ovr_ApplicationInvite_GetRecipient ( const ovrApplicationInviteHandle obj ) |
typedef struct ovrApplicationInvite* ovrApplicationInviteHandle ( ) |
---|
No description available.
|
ovrDestinationHandle ovr_ApplicationInvite_GetDestination ( const ovrApplicationInviteHandle obj ) |
---|
The destination to which the recipient is invited. 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. |
ovrID ovr_ApplicationInvite_GetID ( const ovrApplicationInviteHandle obj ) |
---|
The ID of the application invite. |
bool ovr_ApplicationInvite_GetIsActive ( const ovrApplicationInviteHandle obj ) |
---|
A boolean value indicating whether the invite is still active or not. |
const char* ovr_ApplicationInvite_GetLobbySessionId ( const ovrApplicationInviteHandle obj ) |
---|
The lobby session id to which the recipient is invited. |
const char* ovr_ApplicationInvite_GetMatchSessionId ( const ovrApplicationInviteHandle obj ) |
---|
The match session id to which the recipient is invited. |
ovrUserHandle ovr_ApplicationInvite_GetRecipient ( const ovrApplicationInviteHandle obj ) |
---|
The recipient's user information, such as their ID and alias. 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. |