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

PartyID Class

The party ID is a unique identifier of the party that will be generated for every distinct party. This ID can be used to make requests such as com.meta.horizon.platform.ovr.requests.Parties#getCurrent() to get the current party by its id. Read more about parties.

Constructors

PartyID ( ptr )
Signature
com.meta.horizon.platform.ovr.models.PartyID.PartyID(final long ptr)
Parameters
ptr: final long

Methods

getID ()
The party ID can be used to retrieve com.meta.horizon.platform.ovr.models.Party. Every party will have a unique ID that is associated with it.
Signature
long com.meta.horizon.platform.ovr.models.PartyID.getID()
Returns
long  long