API reference

LaunchInvitePanelFlowResult Interface

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 GroupPresence.invitationsSent.

Signature

interface LaunchInvitePanelFlowResult

Properties

invitedUsers : List
[Get]
A list of User who were invited to the session by the user who interacted with the invite panel.
Signature
abstract val invitedUsers: List<User>