API reference
API reference
Select your platform
No SDKs available
No versions available

MessageWithLaunchFriendRequestFlowResult Class

Represents a response from the backend with a typed and structured model payload. See more details here: https://developer.oculus.com/documentation/native/ps-requests-and-messages/. Your app should constantly check the message queue for messages from the Platform SDK. We recommend that you check the queue every frame for new messages.

Constructors

MessageWithLaunchFriendRequestFlowResult ( c_message )
A typed Message subclass that wraps a native message handle pointer. Used internally by Platform SDK to wrap the message.
Signature
Oculus.Platform.MessageWithLaunchFriendRequestFlowResult.MessageWithLaunchFriendRequestFlowResult(IntPtr c_message)
Parameters
c_message: IntPtr

Protected Methods

GetDataFromMessage ( c_message )
Retrieves the model payload from the response Message. Used internally by Platform SDK to parse the response into the model.
Signature
override LaunchFriendRequestFlowResult Oculus.Platform.MessageWithLaunchFriendRequestFlowResult.GetDataFromMessage(IntPtr c_message)
Parameters
c_message: IntPtr

Methods

GetLaunchFriendRequestFlowResult ()
Returns the retrieved the model payload. Intended to be used by clients to handle the structured payload.
Signature
override LaunchFriendRequestFlowResult Oculus.Platform.MessageWithLaunchFriendRequestFlowResult.GetLaunchFriendRequestFlowResult()