ApplicationInvite
(
o
)
|
Signature
Oculus.Platform.Models.ApplicationInvite.ApplicationInvite(IntPtr o) Parameters o: IntPtr |
Destination
: readonly Destination |
Signature
readonly Destination Oculus.Platform.Models.ApplicationInvite.Destination |
DestinationOptional
: readonly Destination |
The destination to which the recipient is invited.
Signature
readonly Destination Oculus.Platform.Models.ApplicationInvite.DestinationOptional |
ID
: readonly UInt64 |
The ID of the application invite.
Signature
readonly UInt64 Oculus.Platform.Models.ApplicationInvite.ID |
IsActive
: readonly bool |
A boolean value indicating whether the invite is still active or not.
Signature
readonly bool Oculus.Platform.Models.ApplicationInvite.IsActive |
LobbySessionId
: readonly string |
The lobby session id to which the recipient is invited. You can retrieve this by calling User::PresenceLobbySessionId from the inviter's viewer context.
Signature
readonly string Oculus.Platform.Models.ApplicationInvite.LobbySessionId |
MatchSessionId
: readonly string |
The match session id to which the recipient is invited. You can retrieve this by calling User::PresenceMatchSessionId from the inviter's viewer context.
Signature
readonly string Oculus.Platform.Models.ApplicationInvite.MatchSessionId |
Recipient
: readonly User |
Signature
readonly User Oculus.Platform.Models.ApplicationInvite.Recipient |
RecipientOptional
: readonly User |
The recipient's user information, such as their ID and alias. You can get the ID of an user by calling User::ID.
Signature
readonly User Oculus.Platform.Models.ApplicationInvite.RecipientOptional |