
Static Public Member Functions | |
static Message | PopMessage () |
Protected Member Functions | |
abstract T | GetDataFromMessage (IntPtr c_message) |
Properties | |
T | Data [get] |
MessageType | Type [get] |
bool | IsError [get] |
ulong | RequestID [get] |
Member Enumeration Documentation
◆ MessageType
|
strong |
Enumerator | |
---|---|
Unknown | |
Achievements_AddCount | |
Achievements_AddFields | |
Achievements_GetAllDefinitions | |
Achievements_GetAllProgress | |
Achievements_GetDefinitionsByName | |
Achievements_GetNextAchievementDefinitionArrayPage | |
Achievements_GetNextAchievementProgressArrayPage | |
Achievements_GetProgressByName | |
Achievements_Unlock | |
ApplicationLifecycle_GetRegisteredPIDs | |
ApplicationLifecycle_GetSessionKey | |
ApplicationLifecycle_RegisterSessionKey | |
Application_GetVersion | |
Application_LaunchOtherApp | |
AssetFile_Delete | |
AssetFile_DeleteById | |
AssetFile_DeleteByName | |
AssetFile_Download | |
AssetFile_DownloadById | |
AssetFile_DownloadByName | |
AssetFile_DownloadCancel | |
AssetFile_DownloadCancelById | |
AssetFile_DownloadCancelByName | |
AssetFile_GetList | |
AssetFile_Status | |
AssetFile_StatusById | |
AssetFile_StatusByName | |
Challenges_Create | |
Challenges_DeclineInvite | |
Challenges_Delete | |
Challenges_Get | |
Challenges_GetEntries | |
Challenges_GetEntriesAfterRank | |
Challenges_GetEntriesByIds | |
Challenges_GetList | |
Challenges_GetNextChallenges | |
Challenges_GetNextEntries | |
Challenges_GetPreviousChallenges | |
Challenges_GetPreviousEntries | |
Challenges_Join | |
Challenges_Leave | |
Challenges_UpdateInfo | |
CloudStorage2_GetUserDirectoryPath | |
CloudStorage_Delete | |
CloudStorage_GetNextCloudStorageMetadataArrayPage | |
CloudStorage_Load | |
CloudStorage_LoadBucketMetadata | |
CloudStorage_LoadConflictMetadata | |
CloudStorage_LoadHandle | |
CloudStorage_LoadMetadata | |
CloudStorage_ResolveKeepLocal | |
CloudStorage_ResolveKeepRemote | |
CloudStorage_Save | |
Entitlement_GetIsViewerEntitled | |
GroupPresence_Clear | |
GroupPresence_LaunchInvitePanel | |
GroupPresence_LaunchMultiplayerErrorDialog | |
GroupPresence_LaunchRejoinDialog | |
GroupPresence_LaunchRosterPanel | |
GroupPresence_Set | |
GroupPresence_SetDestination | |
GroupPresence_SetIsJoinable | |
GroupPresence_SetLobbySession | |
GroupPresence_SetMatchSession | |
IAP_ConsumePurchase | |
IAP_GetNextProductArrayPage | |
IAP_GetNextPurchaseArrayPage | |
IAP_GetProductsBySKU | |
IAP_GetViewerPurchases | |
IAP_GetViewerPurchasesDurableCache | |
IAP_LaunchCheckoutFlow | |
LanguagePack_GetCurrent | |
LanguagePack_SetCurrent | |
Leaderboard_Get | |
Leaderboard_GetEntries | |
Leaderboard_GetEntriesAfterRank | |
Leaderboard_GetEntriesByIds | |
Leaderboard_GetNextEntries | |
Leaderboard_GetNextLeaderboardArrayPage | |
Leaderboard_GetPreviousEntries | |
Leaderboard_WriteEntry | |
Leaderboard_WriteEntryWithSupplementaryMetric | |
Matchmaking_Browse | |
Matchmaking_Browse2 | |
Matchmaking_Cancel | |
Matchmaking_Cancel2 | |
Matchmaking_CreateAndEnqueueRoom | |
Matchmaking_CreateAndEnqueueRoom2 | |
Matchmaking_CreateRoom | |
Matchmaking_CreateRoom2 | |
Matchmaking_Enqueue | |
Matchmaking_Enqueue2 | |
Matchmaking_EnqueueRoom | |
Matchmaking_EnqueueRoom2 | |
Matchmaking_GetAdminSnapshot | |
Matchmaking_GetStats | |
Matchmaking_JoinRoom | |
Matchmaking_ReportResultInsecure | |
Matchmaking_StartMatch | |
Media_ShareToFacebook | |
Notification_GetNextRoomInviteNotificationArrayPage | |
Notification_GetRoomInvites | |
Notification_MarkAsRead | |
Party_GetCurrent | |
RichPresence_Clear | |
RichPresence_GetDestinations | |
RichPresence_GetNextDestinationArrayPage | |
RichPresence_Set | |
Room_CreateAndJoinPrivate | |
Room_CreateAndJoinPrivate2 | |
Room_Get | |
Room_GetCurrent | |
Room_GetCurrentForUser | |
Room_GetInvitableUsers | |
Room_GetInvitableUsers2 | |
Room_GetModeratedRooms | |
Room_GetNextRoomArrayPage | |
Room_InviteUser | |
Room_Join | |
Room_Join2 | |
Room_KickUser | |
Room_LaunchInvitableUserFlow | |
Room_Leave | |
Room_SetDescription | |
Room_UpdateDataStore | |
Room_UpdateMembershipLockStatus | |
Room_UpdateOwner | |
Room_UpdatePrivateRoomJoinPolicy | |
UserDataStore_PrivateDeleteEntryByKey | |
UserDataStore_PrivateGetEntries | |
UserDataStore_PrivateGetEntryByKey | |
UserDataStore_PrivateWriteEntry | |
UserDataStore_PublicDeleteEntryByKey | |
UserDataStore_PublicGetEntries | |
UserDataStore_PublicGetEntryByKey | |
UserDataStore_PublicWriteEntry | |
User_Get | |
User_GetAccessToken | |
User_GetLoggedInUser | |
User_GetLoggedInUserFriends | |
User_GetLoggedInUserFriendsAndRooms | |
User_GetLoggedInUserRecentlyMetUsersAndRooms | |
User_GetNextUserAndRoomArrayPage | |
User_GetNextUserArrayPage | |
User_GetOrgScopedID | |
User_GetSdkAccounts | |
User_GetUserProof | |
User_LaunchFriendRequestFlow | |
Voip_GetMicrophoneAvailability | |
Voip_SetSystemVoipSuppressed | |
Notification_ApplicationLifecycle_LaunchIntentChanged | Sent when a launch intent is received (for both cold and warm starts). The payload is the type of the intent. ApplicationLifecycle.GetLaunchDetails() should be called to get the other details. |
Notification_AssetFile_DownloadUpdate | Sent to indicate download progress for asset files. |
Notification_Cal_FinalizeApplication | Result of a leader picking an application for CAL launch. |
Notification_Cal_ProposeApplication | Application that the group leader has proposed for a CAL launch. |
Notification_GroupPresence_InvitationsSent | Sent when the user is finished using the invite panel to send out invitations. Contains a list of invitees. |
Notification_GroupPresence_JoinIntentReceived | Sent when a user has chosen to join the destination/lobby/match. Read all the fields to figure out where the user wants to go and take the appropriate actions to bring them there. If the user is unable to go there, provide adequate messaging to the user on why they cannot go there. These notifications should be responded to immediately. |
Notification_GroupPresence_LeaveIntentReceived | Sent when the user has chosen to leave the destination/lobby/match from the Oculus menu. Read the specific fields to check the user is currently from the destination/lobby/match and take the appropriate actions to remove them. Update the user's presence clearing the appropriate fields to indicate the user has left. |
Notification_HTTP_Transfer | Sent to indicate that more data has been read or an error occured. |
Notification_Livestreaming_StatusChange | Indicates that the livestreaming session has been updated. You can use this information to throttle your game performance or increase CPU/GPU performance. Use Message.GetLivestreamingStatus() to extract the updated livestreaming status. |
Notification_Matchmaking_MatchFound | Indicates that a match has been found, for example after calling Matchmaking.Enqueue(). Use Message.GetRoom() to extract the matchmaking room. |
Notification_NetSync_ConnectionStatusChanged | Sent when the status of a connection has changed. |
Notification_NetSync_SessionsChanged | Sent when the list of known connected sessions has changed. Contains the new list of sessions. |
Notification_Networking_ConnectionStateChange | Indicates that a connection has been established or there's been an error. Use NetworkingPeer.GetState() to get the result; as above, NetworkingPeer.GetID() returns the ID of the peer this message is for. |
Notification_Networking_PeerConnectRequest | Indicates that another user is attempting to establish a P2P connection with us. Use NetworkingPeer.GetID() to extract the ID of the peer. |
Notification_Networking_PingResult | Generated in response to Net.Ping(). Either contains ping time in microseconds or indicates that there was a timeout. |
Notification_Party_PartyUpdate | Indicates that party has been updated. |
Notification_Room_InviteAccepted | Indicates that the user has accepted an invitation, for example in Oculus Home. Use Message.GetString() to extract the ID of the room that the user has been inivted to as a string. Then call ovrID_FromString() to parse it into an ovrID. Note that you must call Rooms.Join() if you want to actually join the room. |
Notification_Room_InviteReceived | Handle this to notify the user when they've received an invitation to join a room in your game. You can use this in lieu of, or in addition to, polling for room invitations via Notifications.GetRoomInviteNotifications(). |
Notification_Room_RoomUpdate | Indicates that the current room has been updated. Use Message.GetRoom() to extract the updated room. |
Notification_Session_InvitationsSent | DEPRECATED. Do not use or expose further. Use MessageType.Notification_GroupPresence_InvitationsSent instead |
Notification_Voip_ConnectRequest | Sent when another user is attempting to establish a VoIP connection. Use Message.GetNetworkingPeer() to extract information about the user, and Voip.Accept() to accept the connection. |
Notification_Voip_MicrophoneAvailabilityStateUpdate | Indicates that the current microphone availability state has been updated. Use Voip.GetMicrophoneAvailability() to extract the microphone availability state. |
Notification_Voip_StateChange | Sent to indicate that the state of the VoIP connection changed. Use Message.GetNetworkingPeer() and NetworkingPeer.GetState() to extract the current state. |
Notification_Voip_SystemVoipState | Sent to indicate that some part of the overall state of SystemVoip has changed. Use Message.GetSystemVoipState() and the properties of SystemVoipState to extract the state that triggered the notification. Note that the state may have changed further since the notification was generated, and that you may call the |
Notification_Vrcamera_GetDataChannelMessageUpdate | Get vr camera related webrtc data channel messages for update. |
Notification_Vrcamera_GetSurfaceUpdate | Get surface and update action from platform webrtc for update. |
Platform_InitializeWithAccessToken | |
Platform_InitializeStandaloneOculus | |
Platform_InitializeAndroidAsynchronous | |
Platform_InitializeWindowsAsynchronous |
Constructor & Destructor Documentation
◆ Message() [1/2]
Oculus.Platform.Message< T >.Message | ( | IntPtr | c_message | ) |
◆ Message() [2/2]
Oculus.Platform.Message< T >.Message | ( | IntPtr | c_message | ) |
Member Function Documentation
◆ Callback() [1/2]
new delegate void Oculus.Platform.Message< T >.Callback | ( | Message< T > | message | ) |
◆ Callback() [2/2]
delegate void Oculus.Platform.Message< T >.Callback | ( | Message< T > | message | ) |
◆ GetAbuseReportRecording()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAbuseReportRecording.
◆ GetAchievementDefinitions()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAchievementDefinitions.
◆ GetAchievementProgressList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAchievementProgressList.
◆ GetAchievementUpdate()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAchievementUpdate.
◆ GetApplicationVersion()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithApplicationVersion.
◆ GetAssetDetails()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAssetDetails.
◆ GetAssetDetailsList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAssetDetailsList.
◆ GetAssetFileDeleteResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAssetFileDeleteResult.
◆ GetAssetFileDownloadCancelResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAssetFileDownloadCancelResult.
◆ GetAssetFileDownloadResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAssetFileDownloadResult.
◆ GetAssetFileDownloadUpdate()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithAssetFileDownloadUpdate.
◆ GetCalApplicationFinalized()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithCalApplicationFinalized.
◆ GetCalApplicationProposed()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithCalApplicationProposed.
◆ GetCalApplicationSuggestionList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithCalApplicationSuggestionList.
◆ GetChallenge()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithChallenge.
◆ GetChallengeEntryList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithChallengeEntryList.
◆ GetChallengeList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithChallengeList.
◆ GetCloudStorageConflictMetadata()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithCloudStorageConflictMetadata.
◆ GetCloudStorageData()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithCloudStorageData.
◆ GetCloudStorageMetadata()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithCloudStorageMetadataUnderLocal.
◆ GetCloudStorageMetadataList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithCloudStorageMetadataList.
◆ GetCloudStorageUpdateResponse()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithCloudStorageUpdateResponse.
◆ GetDataFromMessage()
|
protectedpure virtual |
Implemented in Oculus.Platform.MessageWithPlatformInitialize, Oculus.Platform.MessageWithHttpTransferUpdate, Oculus.Platform.MessageWithMatchmakingBrowseResult, Oculus.Platform.MessageWithMatchmakingNotification, Oculus.Platform.MessageWithLeaderboardDidUpdate, Oculus.Platform.MessageWithPingResult, Oculus.Platform.MessageWithNetworkingPeer, Oculus.Platform.MessageWithUserReportID, Oculus.Platform.MessageWithUserProof, Oculus.Platform.MessageWithUserDataStoreUpdateResponse, Oculus.Platform.MessageWithUserList, Oculus.Platform.MessageWithUserAndRoomList, Oculus.Platform.MessageWithUser, Oculus.Platform.MessageWithSystemVoipState, Oculus.Platform.MessageWithString, Oculus.Platform.MessageWithShareMediaResult, Oculus.Platform.MessageWithSdkAccountList, Oculus.Platform.MessageWithRoomInviteNotificationList, Oculus.Platform.MessageWithRoomInviteNotification, Oculus.Platform.MessageWithRoomList, Oculus.Platform.MessageWithRoomUnderViewerRoom, Oculus.Platform.MessageWithRoomUnderCurrentRoom, Oculus.Platform.MessageWithRoom, Oculus.Platform.MessageWithRejoinDialogResult, Oculus.Platform.MessageWithPurchaseList, Oculus.Platform.MessageWithPurchase, Oculus.Platform.MessageWithProductList, Oculus.Platform.MessageWithPidList, Oculus.Platform.MessageWithPartyUpdateNotification, Oculus.Platform.MessageWithPartyID, Oculus.Platform.MessageWithPartyUnderCurrentParty, Oculus.Platform.MessageWithParty, Oculus.Platform.MessageWithOrgScopedID, Oculus.Platform.MessageWithNetSyncVoipAttenuationValueList, Oculus.Platform.MessageWithNetSyncSetSessionPropertyResult, Oculus.Platform.MessageWithNetSyncSessionsChangedNotification, Oculus.Platform.MessageWithNetSyncSessionList, Oculus.Platform.MessageWithNetSyncConnection, Oculus.Platform.MessageWithMicrophoneAvailabilityState, Oculus.Platform.MessageWithMatchmakingStatsUnderMatchmakingStats, Oculus.Platform.MessageWithMatchmakingEnqueueResultAndRoom, Oculus.Platform.MessageWithMatchmakingEnqueueResult, Oculus.Platform.MessageWithMatchmakingAdminSnapshot, Oculus.Platform.MessageWithLivestreamingVideoStats, Oculus.Platform.MessageWithLivestreamingStatus, Oculus.Platform.MessageWithLivestreamingStartResult, Oculus.Platform.MessageWithLivestreamingApplicationStatus, Oculus.Platform.MessageWithLinkedAccountList, Oculus.Platform.MessageWithLeaderboardEntryList, Oculus.Platform.MessageWithLeaderboardList, Oculus.Platform.MessageWithLaunchUnblockFlowResult, Oculus.Platform.MessageWithLaunchReportFlowResult, Oculus.Platform.MessageWithLaunchInvitePanelFlowResult, Oculus.Platform.MessageWithLaunchFriendRequestFlowResult, Oculus.Platform.MessageWithLaunchBlockFlowResult, Oculus.Platform.MessageWithInvitePanelResultInfo, Oculus.Platform.MessageWithInstalledApplicationList, Oculus.Platform.MessageWithGroupPresenceLeaveIntent, Oculus.Platform.MessageWithGroupPresenceJoinIntent, Oculus.Platform.MessageWithDestinationList, Oculus.Platform.MessageWithCloudStorageUpdateResponse, Oculus.Platform.MessageWithCloudStorageMetadataList, Oculus.Platform.MessageWithCloudStorageMetadataUnderLocal, Oculus.Platform.MessageWithCloudStorageData, Oculus.Platform.MessageWithCloudStorageConflictMetadata, Oculus.Platform.MessageWithChallengeEntryList, Oculus.Platform.MessageWithChallengeList, Oculus.Platform.MessageWithChallenge, Oculus.Platform.MessageWithCalApplicationSuggestionList, Oculus.Platform.MessageWithCalApplicationProposed, Oculus.Platform.MessageWithCalApplicationFinalized, Oculus.Platform.MessageWithAssetFileDownloadUpdate, Oculus.Platform.MessageWithAssetFileDownloadResult, Oculus.Platform.MessageWithAssetFileDownloadCancelResult, Oculus.Platform.MessageWithAssetFileDeleteResult, Oculus.Platform.MessageWithAssetDetailsList, Oculus.Platform.MessageWithAssetDetails, Oculus.Platform.MessageWithApplicationVersion, Oculus.Platform.MessageWithAchievementUpdate, Oculus.Platform.MessageWithAchievementProgressList, Oculus.Platform.MessageWithAchievementDefinitions, and Oculus.Platform.MessageWithAbuseReportRecording.
◆ GetDataStore()
|
virtual |
◆ GetDestinationList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithDestinationList.
◆ GetError()
|
virtual |
◆ GetGroupPresenceJoinIntent()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithGroupPresenceJoinIntent.
◆ GetGroupPresenceLeaveIntent()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithGroupPresenceLeaveIntent.
◆ GetHttpTransferUpdate()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithHttpTransferUpdate.
◆ GetInstalledApplicationList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithInstalledApplicationList.
◆ GetInvitePanelResultInfo()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithInvitePanelResultInfo.
◆ GetLaunchBlockFlowResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLaunchBlockFlowResult.
◆ GetLaunchFriendRequestFlowResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLaunchFriendRequestFlowResult.
◆ GetLaunchInvitePanelFlowResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLaunchInvitePanelFlowResult.
◆ GetLaunchReportFlowResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLaunchReportFlowResult.
◆ GetLaunchUnblockFlowResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLaunchUnblockFlowResult.
◆ GetLeaderboardDidUpdate()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLeaderboardDidUpdate.
◆ GetLeaderboardEntryList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLeaderboardEntryList.
◆ GetLeaderboardList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLeaderboardList.
◆ GetLinkedAccountList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLinkedAccountList.
◆ GetLivestreamingApplicationStatus()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLivestreamingApplicationStatus.
◆ GetLivestreamingStartResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLivestreamingStartResult.
◆ GetLivestreamingStatus()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLivestreamingStatus.
◆ GetLivestreamingVideoStats()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithLivestreamingVideoStats.
◆ GetMatchmakingAdminSnapshot()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithMatchmakingAdminSnapshot.
◆ GetMatchmakingBrowseResult()
|
virtual |
◆ GetMatchmakingEnqueueResult()
|
virtual |
◆ GetMatchmakingEnqueueResultAndRoom()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithMatchmakingEnqueueResultAndRoom.
◆ GetMatchmakingStats()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithMatchmakingStatsUnderMatchmakingStats.
◆ GetMicrophoneAvailabilityState()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithMicrophoneAvailabilityState.
◆ GetNetSyncConnection()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithNetSyncConnection.
◆ GetNetSyncSessionList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithNetSyncSessionList.
◆ GetNetSyncSessionsChangedNotification()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithNetSyncSessionsChangedNotification.
◆ GetNetSyncSetSessionPropertyResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithNetSyncSetSessionPropertyResult.
◆ GetNetSyncVoipAttenuationValueList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithNetSyncVoipAttenuationValueList.
◆ GetNetworkingPeer()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithNetworkingPeer.
◆ GetOrgScopedID()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithOrgScopedID.
◆ GetParty()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithPartyUnderCurrentParty, and Oculus.Platform.MessageWithParty.
◆ GetPartyID()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithPartyID.
◆ GetPartyUpdateNotification()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithPartyUpdateNotification.
◆ GetPidList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithPidList.
◆ GetPingResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithPingResult.
◆ GetPlatformInitialize()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithPlatformInitialize.
◆ GetProductList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithProductList.
◆ GetPurchase()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithPurchase.
◆ GetPurchaseList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithPurchaseList.
◆ GetRejoinDialogResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithRejoinDialogResult.
◆ GetRoom()
|
virtual |
◆ GetRoomInviteNotification()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithRoomInviteNotification.
◆ GetRoomInviteNotificationList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithRoomInviteNotificationList.
◆ GetRoomList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithMatchmakingBrowseResult, and Oculus.Platform.MessageWithRoomList.
◆ GetSdkAccountList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithSdkAccountList.
◆ GetShareMediaResult()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithShareMediaResult.
◆ GetString()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithString.
◆ GetSystemVoipState()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithSystemVoipState.
◆ GetUser()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithUser.
◆ GetUserAndRoomList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithUserAndRoomList.
◆ GetUserDataStoreUpdateResponse()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithUserDataStoreUpdateResponse.
◆ GetUserList()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithUserList.
◆ GetUserProof()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithUserProof.
◆ GetUserReportID()
|
virtual |
Reimplemented in Oculus.Platform.MessageWithUserReportID.
◆ PopMessage()
|
static |
Property Documentation
◆ Data
|
get |
◆ IsError
|
get |
◆ RequestID
|
get |
◆ Type
|
get |
The documentation for this class was generated from the following file:
- Oculus/Platform/Scripts/Message.cs