RosterOptions
()
|
Signature
com.meta.horizon.platform.ovr.options.RosterOptions.RosterOptions() |
finalize
()
|
Signature
void com.meta.horizon.platform.ovr.options.RosterOptions.finalize() Returns void |
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: longReturns RosterOptions |
clearSuggestedUsers
()
|
Signature
RosterOptions com.meta.horizon.platform.ovr.options.RosterOptions.clearSuggestedUsers() Returns RosterOptions |
getHandle
()
|
Signature
long com.meta.horizon.platform.ovr.options.RosterOptions.getHandle() Returns long |