Party
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.Party.Party(final long ptr) Parameters ptr: final long |
getID
()
|
A unique identifier of this party.
Signature
long com.meta.horizon.platform.ovr.models.Party.getID() Returns long
long
|
getInvitedUsers
()
| |
getLeader
()
| |
getUsers
()
|
An array that contains the users who are currently in this party. These users will remain in the party while navigating between apps. Each user in the party will get the update by com.meta.horizon.platform.ovr.Message.MessageType#Notification_Party_PartyUpdate which is intended to update the user on various actions that are occurring in the party.
Signature
UserArray com.meta.horizon.platform.ovr.models.Party.getUsers() |