API reference

InviteOptions Class

The Invite Option, to be passed in to com.meta.horizon.platform.ovr.requests.GroupPresence#getInvitableUsers(InviteOptions options) and com.meta.horizon.platform.ovr.requests.GroupPresence#launchInvitePanel(InviteOptions options), is a field that allows developers to specify a list of suggested users to be added to the invitable users list, making it easier for users to connect with others and create a more social experience.

Constructors

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

Protected Methods

finalize ()
Signature
void com.meta.horizon.platform.ovr.options.InviteOptions.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#launchInvitePanel(InviteOptions options), the user can open the invite list, where the suggested users will be added.
Signature
InviteOptions com.meta.horizon.platform.ovr.options.InviteOptions.addSuggestedUser(long userID)
Parameters
userID: long
clearSuggestedUsers ()
Signature
InviteOptions com.meta.horizon.platform.ovr.options.InviteOptions.clearSuggestedUsers()
getHandle ()
Signature
long com.meta.horizon.platform.ovr.options.InviteOptions.getHandle()
Returns
long