API reference
API reference
Select your platform
No SDKs available
No versions available

PartyUpdateNotification Class

The notification about updating a party status information to a participating user. Party Notifications are intended to update the user on various actions that are occurring in the user's party. It can be retrieved using com.meta.horizon.platform.ovr.Message.MessageType#Notification_Party_PartyUpdate.

Member Functions

PartyUpdateNotification
( final long ptr )
An enum that specifies the type of action related to the party and user that this notification holds.com.meta.horizon.platform.ovr.enums.PartyUpdateAction#Join: The user joined the party.com.meta.horizon.platform.ovr.enums.PartyUpdateAction#Leave: The user left the party.com.meta.horizon.platform.ovr.enums.PartyUpdateAction#Invite: The user was invited to the party.com.meta.horizon.platform.ovr.enums.PartyUpdateAction#Uninvite: The user was uninvited to the party.
Returns
PartyUpdateAction
The ID of the party that will be updated. This can be retrieved with com.meta.horizon.platform.ovr.models.PartyID.
Returns
long
The id of the com.meta.horizon.platform.ovr.models.User who initiated the action that this party update status notification is in reference to. This is equivalent to com.meta.horizon.platform.ovr.models.User#getID() for this user.
Returns
long
A timestamp denoting when the party action occurred that this status update notification refers to.
Returns
String
The alias of the com.meta.horizon.platform.ovr.models.User whose party status has changed. This is an alias that is set by the user.
Returns
String
The ID of the user, com.meta.horizon.platform.ovr.models.User#getID(), whose party status has changed. This is a unique value for every com.meta.horizon.platform.ovr.models.User.
Returns
long
The displayable name of the com.meta.horizon.platform.ovr.models.User whose party status has changed. This is equivalent to com.meta.horizon.platform.ovr.models.User#getDisplayName() for this user.
Returns
String
Did you find this page helpful?
Thumbs up icon
Thumbs down icon