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

Parties Class

Static Methods

GetCurrent ()
Load the party the current user is in.
Signature
static Request<Models.Party> Oculus.Platform.Parties.GetCurrent()
SetPartyUpdateNotificationCallback ( callback )
Indicates that party has been updated
Signature
static void Oculus.Platform.Parties.SetPartyUpdateNotificationCallback(Message< Models.PartyUpdateNotification >.Callback callback)
Parameters
Returns
void