getCurrent
()
|
Load the current party the current com.meta.horizon.platform.ovr.models.User is in. The returned com.meta.horizon.platform.ovr.models.Party will then contain information about other users in the party and invited users.
Signature
static Request<com.meta.horizon.platform.ovr.models.Party> com.meta.horizon.platform.ovr.requests.Parties.getCurrent() |
setPartyUpdateNotificationCallbacks
(
onSuccess
, onError
)
|
Indicates that party has been updated. This will return a com.meta.horizon.platform.ovr.models.PartyUpdateNotification object.
Signature
static void com.meta.horizon.platform.ovr.requests.Parties.setPartyUpdateNotificationCallbacks(Request.Handler< PartyUpdateNotification > onSuccess, Request.Handler< Error > onError) Parameters onSuccess: Request.Handler< PartyUpdateNotification >onError: Request.Handler< Error >Returns void |