struct ovrApplicationInvite * |
ovr_ApplicationInvite_GetRecipient ( const ovrApplicationInviteHandle obj ) | |
ovr_ApplicationInvite_GetID ( const ovrApplicationInviteHandle obj ) | |
bool | ovr_ApplicationInvite_GetIsActive ( const ovrApplicationInviteHandle obj ) |
const char * | |
const char * |
| typedef struct ovrApplicationInvite* ovrApplicationInviteHandle ( ) |
|---|
No description available.
|
| ovrDestinationHandle ovr_ApplicationInvite_GetDestination ( const ovrApplicationInviteHandle obj ) |
|---|
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. |
| ovrUserHandle ovr_ApplicationInvite_GetRecipient ( const ovrApplicationInviteHandle obj ) |
|---|
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 ) |
|---|
No description available.
|
| bool ovr_ApplicationInvite_GetIsActive ( const ovrApplicationInviteHandle obj ) |
|---|
No description available.
|
| const char* ovr_ApplicationInvite_GetLobbySessionId ( const ovrApplicationInviteHandle obj ) |
|---|
No description available.
|
| const char* ovr_ApplicationInvite_GetMatchSessionId ( const ovrApplicationInviteHandle obj ) |
|---|
No description available.
|