PartyUpdateNotification
(
o
)
|
Signature
Oculus.Platform.Models.PartyUpdateNotification.PartyUpdateNotification(IntPtr o) Parameters o: IntPtr |
Action
: readonly PartyUpdateAction |
An enum that specifies the type of action related to the party and user that this notification holds.
PartyUpdateAction.Join: The user joined the party.
PartyUpdateAction.Leave: The user left the party.
PartyUpdateAction.Invite: The user was invited to the party.
PartyUpdateAction.Uninvite: The user was uninvited to the party.
Signature
readonly PartyUpdateAction Oculus.Platform.Models.PartyUpdateNotification.Action |
PartyId
: readonly UInt64 |
The ID of the party that will be updated. This can be retrieved with Models.PartyID.
Signature
readonly UInt64 Oculus.Platform.Models.PartyUpdateNotification.PartyId |
SenderId
: readonly UInt64 |
The id of the Models.User who initiated the action that this party update status notification is in reference to. This is equivalent to User::ID for this user.
Signature
readonly UInt64 Oculus.Platform.Models.PartyUpdateNotification.SenderId |
UpdateTimestamp
: readonly string |
A timestamp denoting when the party action occurred that this status update notification refers to.
Signature
readonly string Oculus.Platform.Models.PartyUpdateNotification.UpdateTimestamp |
UserAlias
: readonly string |
The alias of the Models.User whose party status has changed. This is an alias that is set by the user.
Signature
readonly string Oculus.Platform.Models.PartyUpdateNotification.UserAlias |
UserId
: readonly UInt64 |
The ID of the user, User::ID, whose party status has changed. This is a unique value for every Models.User.
Signature
readonly UInt64 Oculus.Platform.Models.PartyUpdateNotification.UserId |
UserName
: readonly string |
The displayable name of the Models.User whose party status has changed. This is equivalent to User::DisplayName for this user.
Signature
readonly string Oculus.Platform.Models.PartyUpdateNotification.UserName |