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 Parties.GetCurrent() to get the current party by its id. Read more about parties.

Constructors

PartyID ( o )
Signature
Oculus.Platform.Models.PartyID.PartyID(IntPtr o)
Parameters
o: IntPtr

Fields

ID : readonly UInt64
The party ID can be used to retrieve Models.Party. Every party will have a unique ID that is associated with it.
Signature
readonly UInt64 Oculus.Platform.Models.PartyID.ID