readonly PartyUpdateAction | Action[Get] |
readonly UInt64 | PartyId[Get] |
readonly UInt64 | SenderId[Get] |
readonly string | UpdateTimestamp[Get] |
readonly string | |
readonly UInt64 | UserId[Get] The ID of the user whose party status has changed. |
readonly string | UserName[Get] |
PartyUpdateNotification ( IntPtr o ) |
readonly PartyUpdateAction Oculus.Platform.Models.PartyUpdateNotification.Action |
---|
An enum that specifies the type of action related to the party and user that this notification holds. PartyUpdateAction.Join: The user is going to join the party. PartyUpdateAction.Leave: The user is going to leave the party. PartyUpdateAction.Invite: The user is invited to the party. PartyUpdateAction.Uninvite: The user is uninvited from the party. |
readonly UInt64 Oculus.Platform.Models.PartyUpdateNotification.PartyId |
---|
The Id of the party that will be updated. This can be retrieved with PartyID. |
readonly UInt64 Oculus.Platform.Models.PartyUpdateNotification.SenderId |
---|
The id of the User who initiated the action that this party update status notification is in reference to. This is equivalent to User.GetID() for this user. |
readonly string Oculus.Platform.Models.PartyUpdateNotification.UpdateTimestamp |
---|
A timestamp denoting when the action happened that this status update notification refers to. |
readonly string Oculus.Platform.Models.PartyUpdateNotification.UserAlias |
---|
The alias of the User whose party status has changed. |
readonly UInt64 Oculus.Platform.Models.PartyUpdateNotification.UserId |
---|
The ID of the user whose party status has changed. |
readonly string Oculus.Platform.Models.PartyUpdateNotification.UserName |
---|
The displayable name of the User whose party status has changed. This is equivalent to User.GetDisplayName() for this user. |
Oculus.Platform.Models.PartyUpdateNotification.PartyUpdateNotification ( IntPtr o ) |
---|
No description available.
|