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

MessageType Enum

Fields

Unknown[Get]
AbuseReport_ReportRequestHandled[Get]
Achievements_AddCount[Get]
Achievements_AddFields[Get]
Achievements_GetAllDefinitions[Get]
Achievements_GetAllProgress[Get]
Achievements_GetDefinitionsByName[Get]
Achievements_GetNextAchievementDefinitionArrayPage[Get]
Achievements_GetNextAchievementProgressArrayPage[Get]
Achievements_GetProgressByName[Get]
Achievements_Unlock[Get]
ApplicationLifecycle_GetRegisteredPIDs[Get]
ApplicationLifecycle_GetSessionKey[Get]
ApplicationLifecycle_RegisterSessionKey[Get]
Application_CancelAppDownload[Get]
Application_CheckAppDownloadProgress[Get]
Application_GetVersion[Get]
Application_InstallAppUpdateAndRelaunch[Get]
Application_LaunchOtherApp[Get]
Application_StartAppDownload[Get]
AssetFile_Delete[Get]
AssetFile_DeleteById[Get]
AssetFile_DeleteByName[Get]
AssetFile_Download[Get]
AssetFile_DownloadById[Get]
AssetFile_DownloadByName[Get]
AssetFile_DownloadCancel[Get]
AssetFile_DownloadCancelById[Get]
AssetFile_DownloadCancelByName[Get]
AssetFile_GetList[Get]
AssetFile_Status[Get]
AssetFile_StatusById[Get]
AssetFile_StatusByName[Get]
Avatar_LaunchAvatarEditor[Get]
Challenges_Create[Get]
Challenges_DeclineInvite[Get]
Challenges_Delete[Get]
Challenges_Get[Get]
Challenges_GetEntries[Get]
Challenges_GetEntriesAfterRank[Get]
Challenges_GetEntriesByIds[Get]
Challenges_GetList[Get]
Challenges_GetNextChallenges[Get]
Challenges_GetNextEntries[Get]
Challenges_GetPreviousChallenges[Get]
Challenges_GetPreviousEntries[Get]
Challenges_Join[Get]
Challenges_Leave[Get]
Challenges_UpdateInfo[Get]
Cowatching_GetNextCowatchViewerArrayPage[Get]
Cowatching_GetPresenterData[Get]
Cowatching_GetViewersData[Get]
Cowatching_IsInSession[Get]
Cowatching_JoinSession[Get]
Cowatching_LaunchInviteDialog[Get]
Cowatching_LeaveSession[Get]
Cowatching_RequestToPresent[Get]
Cowatching_ResignFromPresenting[Get]
Cowatching_SetPresenterData[Get]
Cowatching_SetViewerData[Get]
DeviceApplicationIntegrity_GetIntegrityToken[Get]
Entitlement_GetIsViewerEntitled[Get]
GroupPresence_Clear[Get]
GroupPresence_GetInvitableUsers[Get]
GroupPresence_GetNextApplicationInviteArrayPage[Get]
GroupPresence_GetSentInvites[Get]
GroupPresence_LaunchInvitePanel[Get]
GroupPresence_LaunchMultiplayerErrorDialog[Get]
GroupPresence_LaunchRejoinDialog[Get]
GroupPresence_LaunchRosterPanel[Get]
GroupPresence_SendInvites[Get]
GroupPresence_Set[Get]
GroupPresence_SetDeeplinkMessageOverride[Get]
GroupPresence_SetDestination[Get]
GroupPresence_SetIsJoinable[Get]
GroupPresence_SetLobbySession[Get]
GroupPresence_SetMatchSession[Get]
IAP_ConsumePurchase[Get]
IAP_GetNextProductArrayPage[Get]
IAP_GetNextPurchaseArrayPage[Get]
IAP_GetProductsBySKU[Get]
IAP_GetViewerPurchases[Get]
IAP_GetViewerPurchasesDurableCache[Get]
IAP_LaunchCheckoutFlow[Get]
LanguagePack_GetCurrent[Get]
LanguagePack_SetCurrent[Get]
Leaderboard_Get[Get]
Leaderboard_GetEntries[Get]
Leaderboard_GetEntriesAfterRank[Get]
Leaderboard_GetEntriesByIds[Get]
Leaderboard_GetNextEntries[Get]
Leaderboard_GetNextLeaderboardArrayPage[Get]
Leaderboard_GetPreviousEntries[Get]
Leaderboard_WriteEntry[Get]
Leaderboard_WriteEntryWithSupplementaryMetric[Get]
Media_ShareToFacebook[Get]
Notification_MarkAsRead[Get]
Party_GetCurrent[Get]
PushNotification_Register[Get]
RichPresence_Clear[Get]
RichPresence_GetDestinations[Get]
RichPresence_GetNextDestinationArrayPage[Get]
RichPresence_Set[Get]
UserAgeCategory_Get[Get]
UserAgeCategory_Report[Get]
User_Get[Get]
User_GetAccessToken[Get]
User_GetBlockedUsers[Get]
User_GetLinkedAccounts[Get]
User_GetLoggedInUser[Get]
User_GetLoggedInUserFriends[Get]
User_GetLoggedInUserManagedInfo[Get]
User_GetNextBlockedUserArrayPage[Get]
User_GetNextUserArrayPage[Get]
User_GetNextUserCapabilityArrayPage[Get]
User_GetOrgScopedID[Get]
User_GetSdkAccounts[Get]
User_GetUserProof[Get]
User_LaunchBlockFlow[Get]
User_LaunchFriendRequestFlow[Get]
User_LaunchUnblockFlow[Get]
Voip_GetMicrophoneAvailability[Get]
Voip_SetSystemVoipSuppressed[Get]
The user has tapped the report button in the panel that appears after pressing the Oculus button.
This event is triggered when a launch intent is received, whether it's a cold or warm start. The payload contains the type of intent that was received. To obtain additional details, you should call the com.meta.horizon.platform.ovr.requests.ApplicationLifecycle#getLaunchDetails function.
Sent to indicate download progress for asset files.
Sets a callback function that will be triggered when the user is no longer in a copresent state and cowatching actions should not be performed.
Sets a callback function that will be triggered when the user is in a copresent state and cowatching is ready to begin.
Sets a callback function that will be triggered when the current user joins/leaves the cowatching session.
Sets a callback function that will be triggered when the cowatching API has been initialized. At this stage, the API is not yet ready for use.
Sets a callback function that will be triggered when the presenter updates the presenter data.
Sets a callback function that will be triggered when a user has started a cowatching session, and the ID of the session is reflected in the payload.
Sets a callback function that will be triggered when a cowatching session has ended.
Sets a callback function that will be triggered when a user joins or updates their viewer data.
Indicates that the livestreaming session has been updated. You can use this information to throttle your game performance or increase CPU/GPU performance. Use com.meta.horizon.platform.ovr.models.LivestreamingStatus to extract the updated livestreaming status.
Sent when the status of a connection has changed. The payload will be a type of com.meta.horizon.platform.ovr.models.NetSyncConnection.
Sent when the list of known connected sessions has changed. Contains the new list of sessions. The payload will be a type of com.meta.horizon.platform.ovr.models.NetSyncSessionsChangedNotification.
Indicates that party has been updated. This will return a com.meta.horizon.platform.ovr.models.PartyUpdateNotification object.
Indicates that the current microphone availability state has been updated. Use com.meta.horizon.platform.ovr.requests.Voip#getMicrophoneAvailability() to extract the microphone availability state.
Sent to indicate that some part of the overall state of SystemVoip has changed. Use com.meta.horizon.platform.ovr.models.SystemVoipState#getStatus() and the properties of com.meta.horizon.platform.ovr.models.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 GetSystemVoip...() family of functions at any time to get the current state directly.
Gets VR camera related WebRTC data channel messages for update. This method is used to retrieve messages that are sent over the WebRTC data channel, which can include information about the VR camera system, such as its current state or any errors that may have occurred.
Gets the surface and update action from the platform WebRTC for update. This method is used to retrieve information about the current state of the VR camera system, including any updates that may be required. See more info about Platform Solutions here.
Platform_InitializeWithAccessToken[Get]
Platform_InitializeStandaloneOculus[Get]
Platform_InitializeAndroidAsynchronous[Get]
Platform_InitializeWindowsAsynchronous[Get]

Member Functions

MessageType
( final int value )
int getValue ( )

Static Member Functions

static MessageType fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon