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