API reference

LaunchInvitePanelFlowResult Class

Represents the result of a user's interaction with the invite panel, which is used to send out invitations to other users. It provides a way for developers to track the results of a user's interaction with the invite panel, including the list of users who were invited to the session. It can be retrieved using com.meta.horizon.platform.ovr.Message.MessageType#Notification_GroupPresence_InvitationsSent.

Constructors

LaunchInvitePanelFlowResult ( ptr )
Signature
com.meta.horizon.platform.ovr.models.LaunchInvitePanelFlowResult.LaunchInvitePanelFlowResult(final long ptr)
Parameters
ptr: final long

Methods

getInvitedUsers ()
A list of com.meta.horizon.platform.ovr.models.User who were invited to the session by the user who interacted with the invite panel.
Signature
UserArray com.meta.horizon.platform.ovr.models.LaunchInvitePanelFlowResult.getInvitedUsers()