Meta XR Platform SDK (UPM) v71 Reference Guide
Meta XR Platform SDK (UPM) v71 Reference Guide
Select your platform
No SDKs available
No versions available

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 Message::MessageType::Notification_GroupPresence_InvitationsSent.

Constructors

LaunchInvitePanelFlowResult ( o )
Signature
Oculus.Platform.Models.LaunchInvitePanelFlowResult.LaunchInvitePanelFlowResult(IntPtr o)
Parameters
o: IntPtr

Fields

InvitedUsers : readonly UserList
A list of Models.User who were invited to the session by the user who interacted with the invite panel.
Signature
readonly UserList Oculus.Platform.Models.LaunchInvitePanelFlowResult.InvitedUsers