API reference

RosterOptions Class

The roster option, to be passed into com.meta.horizon.platform.ovr.requests.GroupPresence#launchRosterPanel(RosterOptions options) which is used to launch the panel displaying the current users in the roster/party. You can read more about rosters in our docs.

Constructors

RosterOptions ()
Signature
com.meta.horizon.platform.ovr.options.RosterOptions.RosterOptions()

Protected Methods

finalize ()
Signature
void com.meta.horizon.platform.ovr.options.RosterOptions.finalize()
Returns
void

Methods

addSuggestedUser ( userID )
Passing in these users will add them to the invitable users list. From the com.meta.horizon.platform.ovr.requests.GroupPresence#launchRosterPanel(RosterOptions options), the com.meta.horizon.platform.ovr.models.User can open the invite list, where the suggested users will be added.
Signature
RosterOptions com.meta.horizon.platform.ovr.options.RosterOptions.addSuggestedUser(long userID)
Parameters
userID: long
clearSuggestedUsers ()
Signature
RosterOptions com.meta.horizon.platform.ovr.options.RosterOptions.clearSuggestedUsers()
getHandle ()
Signature
long com.meta.horizon.platform.ovr.options.RosterOptions.getHandle()
Returns
long