API reference

Parties Class

The party API allows you to retrieve information about parties and manage various interactions between users and their respective Models.Party. Calling Parties.GetCurrent() with a party ID will grab the Party object and the associated metadata.

Static Methods

SetPartyUpdateNotificationCallback ( callback )
Indicates that party has been updated. This will return a Models.PartyUpdateNotification object.
Signature
static void Oculus.Platform.Parties.SetPartyUpdateNotificationCallback(Message< Models.PartyUpdateNotification >.Callback callback)
Returns
void