|
static bool | ovr_UnityInitWrapper (string appId) |
|
static void | ovr_UnityInitGlobals (IntPtr loggingCB) |
|
static ulong | ovr_UnityInitWrapperAsynchronous (string appId) |
|
static bool | ovr_UnityInitWrapperStandalone (string accessToken, IntPtr loggingCB) |
|
static ulong | ovr_Platform_InitializeStandaloneOculus (ref OculusInitParams init) |
|
static ulong | ovr_PlatformInitializeWithAccessToken (UInt64 appId, string accessToken) |
|
static bool | ovr_UnityInitWrapperWindows (string appId, IntPtr loggingCB) |
|
static ulong | ovr_UnityInitWrapperWindowsAsynchronous (string appId, IntPtr loggingCB) |
|
static bool | ovr_SetDeveloperAccessToken (string accessToken) |
|
static IntPtr | ovr_PopMessage () |
|
static void | ovr_FreeMessage (IntPtr message) |
|
static IntPtr | ovr_Voip_CreateEncoder () |
|
static void | ovr_Voip_DestroyEncoder (IntPtr encoder) |
|
static IntPtr | ovr_Voip_CreateDecoder () |
|
static void | ovr_Voip_DestroyDecoder (IntPtr decoder) |
|
static void | ovr_VoipDecoder_Decode (IntPtr obj, byte[] compressedData, ulong compressedSize) |
|
static IntPtr | ovr_Microphone_Create () |
|
static void | ovr_Microphone_Destroy (IntPtr obj) |
|
static void | ovr_Voip_SetSystemVoipPassthrough (bool passthrough) |
|
static void | ovr_Voip_SetSystemVoipMicrophoneMuted (VoipMuteState muted) |
|
static void | ovr_UnityResetTestPlatform () |
|
static ulong | ovr_HTTP_GetWithMessageType (string url, int messageType) |
|
static void | ovr_CrashApplication () |
|
delegate void | FilterCallback ([MarshalAs(UnmanagedType.LPArray, SizeConst=VoipFilterBufferSize), In, Out] short[] pcmData, UIntPtr pcmDataLength, int frequency, int numChannels) |
|
static void | ovr_Voip_SetMicrophoneFilterCallback (FilterCallback cb) |
|
static void | ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer (FilterCallback cb, UIntPtr bufferSizeElements) |
|
static void | ovr_Log_NewEvent (IntPtr eventName, IntPtr[] values, UIntPtr length) |
|
static IntPtr | ovr_ApplicationLifecycle_GetLaunchDetails () |
|
static bool | ovr_HTTP_Write (ulong transferId, byte[] bytes, UIntPtr length) |
|
static void | ovr_HTTP_WriteEOM (ulong transferId) |
|
static UIntPtr | ovr_NetSync_GetAmbisonicFloatPCM (long connection_id, float[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static UIntPtr | ovr_NetSync_GetAmbisonicInt16PCM (long connection_id, Int16[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static UIntPtr | ovr_NetSync_GetAmbisonicInterleavedFloatPCM (long connection_id, float[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static UIntPtr | ovr_NetSync_GetAmbisonicInterleavedInt16PCM (long connection_id, Int16[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static bool | ovr_NetSync_GetListenerPosition (long connection_id, UInt64 sessionId, ref ovrNetSyncVec3 position) |
|
static UIntPtr | ovr_NetSync_GetMonostreamFloatPCM (long connection_id, UInt64 sessionId, float[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static UIntPtr | ovr_NetSync_GetMonostreamInt16PCM (long connection_id, UInt64 session_id, Int16[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static UIntPtr | ovr_NetSync_GetPcmBufferMaxSamples () |
|
static bool | ovr_NetSync_GetVoipAmplitude (long connection_id, UInt64 sessionId, ref float amplitude) |
|
static void | ovr_NetSync_SetListenerPosition (long connection_id, ref ovrNetSyncVec3 position) |
|
static void | ovr_Net_Accept (UInt64 peerID) |
|
static bool | ovr_Net_AcceptForCurrentRoom () |
|
static void | ovr_Net_Close (UInt64 peerID) |
|
static void | ovr_Net_CloseForCurrentRoom () |
|
static void | ovr_Net_Connect (UInt64 peerID) |
|
static bool | ovr_Net_IsConnected (UInt64 peerID) |
|
static ulong | ovr_Net_Ping (UInt64 peerID) |
|
static IntPtr | ovr_Net_ReadPacket () |
|
static bool | ovr_Net_SendPacket (UInt64 userID, UIntPtr length, byte[] bytes, SendPolicy policy) |
|
static bool | ovr_Net_SendPacketToCurrentRoom (UIntPtr length, byte[] bytes, SendPolicy policy) |
|
static int | ovr_Party_PluginGetSharedMemHandle () |
|
static VoipMuteState | ovr_Party_PluginGetVoipMicrophoneMuted () |
|
static bool | ovr_Party_PluginGetVoipPassthrough () |
|
static SystemVoipStatus | ovr_Party_PluginGetVoipStatus () |
|
static void | ovr_Voip_Accept (UInt64 userID) |
|
static VoipDtxState | ovr_Voip_GetIsConnectionUsingDtx (UInt64 peerID) |
|
static VoipBitrate | ovr_Voip_GetLocalBitrate (UInt64 peerID) |
|
static UIntPtr | ovr_Voip_GetOutputBufferMaxSize () |
|
static UIntPtr | ovr_Voip_GetPCM (UInt64 senderID, Int16[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static UIntPtr | ovr_Voip_GetPCMFloat (UInt64 senderID, float[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static UIntPtr | ovr_Voip_GetPCMSize (UInt64 senderID) |
|
static UIntPtr | ovr_Voip_GetPCMWithTimestamp (UInt64 senderID, Int16[] outputBuffer, UIntPtr outputBufferNumElements, UInt32[] timestamp) |
|
static UIntPtr | ovr_Voip_GetPCMWithTimestampFloat (UInt64 senderID, float[] outputBuffer, UIntPtr outputBufferNumElements, UInt32[] timestamp) |
|
static VoipBitrate | ovr_Voip_GetRemoteBitrate (UInt64 peerID) |
|
static UInt32 | ovr_Voip_GetSyncTimestamp (UInt64 userID) |
|
static long | ovr_Voip_GetSyncTimestampDifference (UInt32 lhs, UInt32 rhs) |
|
static VoipMuteState | ovr_Voip_GetSystemVoipMicrophoneMuted () |
|
static SystemVoipStatus | ovr_Voip_GetSystemVoipStatus () |
|
static void | ovr_Voip_SetMicrophoneMuted (VoipMuteState state) |
|
static void | ovr_Voip_SetNewConnectionOptions (IntPtr voipOptions) |
|
static void | ovr_Voip_SetOutputSampleRate (VoipSampleRate rate) |
|
static void | ovr_Voip_Start (UInt64 userID) |
|
static void | ovr_Voip_Stop (UInt64 userID) |
|
static ulong | ovr_AbuseReport_LaunchAdvancedReportFlow (UInt64 content_id, IntPtr abuse_report_options) |
|
static ulong | ovr_Achievements_GetAllDefinitions () |
|
static ulong | ovr_Achievements_GetAllProgress () |
|
static ulong | ovr_Achievements_GetDefinitionsByName (string[] names, int count) |
|
static ulong | ovr_Achievements_GetProgressByName (string[] names, int count) |
|
static ulong | ovr_Application_ExecuteCoordinatedLaunch (ulong appID, ulong roomID) |
|
static ulong | ovr_Application_GetInstalledApplications () |
|
static ulong | ovr_Application_GetVersion () |
|
static ulong | ovr_Application_LaunchOtherApp (UInt64 appID, IntPtr deeplink_options) |
|
static ulong | ovr_ApplicationLifecycle_GetRegisteredPIDs () |
|
static ulong | ovr_ApplicationLifecycle_GetSessionKey () |
|
static ulong | ovr_AssetFile_Delete (UInt64 assetFileID) |
|
static ulong | ovr_AssetFile_DeleteById (UInt64 assetFileID) |
|
static ulong | ovr_AssetFile_Download (UInt64 assetFileID) |
|
static ulong | ovr_AssetFile_DownloadById (UInt64 assetFileID) |
|
static ulong | ovr_AssetFile_DownloadCancel (UInt64 assetFileID) |
|
static ulong | ovr_AssetFile_DownloadCancelById (UInt64 assetFileID) |
|
static ulong | ovr_AssetFile_GetList () |
|
static ulong | ovr_AssetFile_Status (UInt64 assetFileID) |
|
static ulong | ovr_AssetFile_StatusById (UInt64 assetFileID) |
|
static ulong | ovr_Cal_FinalizeApplication (UInt64 groupingObject, UInt64[] userIDs, int numUserIDs, UInt64 finalized_application_ID) |
|
static ulong | ovr_Cal_GetSuggestedApplications (UInt64 groupingObject, UInt64[] userIDs, int numUserIDs) |
|
static ulong | ovr_Cal_ProposeApplication (UInt64 groupingObject, UInt64[] userIDs, int numUserIDs, UInt64 proposed_application_ID) |
|
static ulong | ovr_Challenges_DeclineInvite (UInt64 challengeID) |
|
static ulong | ovr_Challenges_Delete (UInt64 challengeID) |
|
static ulong | ovr_Challenges_Get (UInt64 challengeID) |
|
static ulong | ovr_Challenges_GetEntries (UInt64 challengeID, int limit, LeaderboardFilterType filter, LeaderboardStartAt startAt) |
|
static ulong | ovr_Challenges_GetEntriesAfterRank (UInt64 challengeID, int limit, ulong afterRank) |
|
static ulong | ovr_Challenges_GetEntriesByIds (UInt64 challengeID, int limit, LeaderboardStartAt startAt, UInt64[] userIDs, uint userIDLength) |
|
static ulong | ovr_Challenges_GetList (IntPtr challengeOptions, int limit) |
|
static ulong | ovr_Challenges_GetNextChallenges (IntPtr handle) |
|
static ulong | ovr_Challenges_GetNextEntries (IntPtr handle) |
|
static ulong | ovr_Challenges_GetPreviousChallenges (IntPtr handle) |
|
static ulong | ovr_Challenges_GetPreviousEntries (IntPtr handle) |
|
static ulong | ovr_Challenges_Join (UInt64 challengeID) |
|
static ulong | ovr_Challenges_Leave (UInt64 challengeID) |
|
static ulong | ovr_Challenges_UpdateInfo (UInt64 challengeID, IntPtr challengeOptions) |
|
static ulong | ovr_CloudStorage2_GetUserDirectoryPath () |
|
static ulong | ovr_Colocation_GetCurrentMapUuid () |
|
static ulong | ovr_Entitlement_GetIsViewerEntitled () |
|
static ulong | ovr_GroupPresence_Clear () |
|
static ulong | ovr_GroupPresence_LaunchInvitePanel (IntPtr options) |
|
static ulong | ovr_GroupPresence_LaunchMultiplayerErrorDialog (IntPtr options) |
|
static ulong | ovr_GroupPresence_LaunchRosterPanel (IntPtr options) |
|
static ulong | ovr_GroupPresence_Set (IntPtr groupPresenceOptions) |
|
static ulong | ovr_GroupPresence_SetIsJoinable (bool is_joinable) |
|
static ulong | ovr_IAP_GetProductsBySKU (string[] skus, int count) |
|
static ulong | ovr_IAP_GetViewerPurchases () |
|
static ulong | ovr_IAP_GetViewerPurchasesDurableCache () |
|
static ulong | ovr_LanguagePack_GetCurrent () |
|
static ulong | ovr_Leaderboard_GetNextEntries (IntPtr handle) |
|
static ulong | ovr_Leaderboard_GetPreviousEntries (IntPtr handle) |
|
static ulong | ovr_Livestreaming_StartPartyStream () |
|
static ulong | ovr_Livestreaming_StartStream (LivestreamingAudience audience, LivestreamingMicrophoneStatus micStatus) |
|
static ulong | ovr_Livestreaming_StopPartyStream () |
|
static ulong | ovr_Livestreaming_StopStream () |
|
static ulong | ovr_Livestreaming_UpdateMicStatus (LivestreamingMicrophoneStatus micStatus) |
|
static ulong | ovr_Matchmaking_Cancel2 () |
|
static ulong | ovr_Matchmaking_EnqueueRoom (UInt64 roomID, IntPtr customQueryData) |
|
static ulong | ovr_Matchmaking_EnqueueRoom2 (UInt64 roomID, IntPtr matchmakingOptions) |
|
static ulong | ovr_Matchmaking_GetAdminSnapshot () |
|
static ulong | ovr_Matchmaking_JoinRoom (UInt64 roomID, bool subscribeToUpdates) |
|
static ulong | ovr_Matchmaking_StartMatch (UInt64 roomID) |
|
static ulong | ovr_NetSync_Connect (IntPtr connect_options) |
|
static ulong | ovr_NetSync_Disconnect (long connection_id) |
|
static ulong | ovr_NetSync_GetSessions (long connection_id) |
|
static ulong | ovr_NetSync_GetVoipAttenuation (long connection_id) |
|
static ulong | ovr_NetSync_GetVoipAttenuationDefault () |
|
static ulong | ovr_NetSync_SetVoipAttenuation (long connection_id, float[] distances, float[] decibels, UIntPtr count) |
|
static ulong | ovr_NetSync_SetVoipListentoChannels (long connection_id, string[] listento_channels, UIntPtr count) |
|
static ulong | ovr_NetSync_SetVoipMicSource (long connection_id, NetSyncVoipMicSource mic_source) |
|
static ulong | ovr_NetSync_SetVoipSessionMuted (long connection_id, UInt64 session_id, bool muted) |
|
static ulong | ovr_NetSync_SetVoipSpeaktoChannels (long connection_id, string[] speakto_channels, UIntPtr count) |
|
static ulong | ovr_NetSync_SetVoipStreamMode (long connection_id, UInt64 sessionId, NetSyncVoipStreamMode streamMode) |
|
static ulong | ovr_Notification_GetRoomInvites () |
|
static ulong | ovr_Notification_MarkAsRead (UInt64 notificationID) |
|
static ulong | ovr_Party_Create () |
|
static ulong | ovr_Party_GatherInApplication (UInt64 partyID, UInt64 appID) |
|
static ulong | ovr_Party_Get (UInt64 partyID) |
|
static ulong | ovr_Party_GetCurrent () |
|
static ulong | ovr_Party_GetCurrentForUser (UInt64 userID) |
|
static ulong | ovr_Party_Invite (UInt64 partyID, UInt64 userID) |
|
static ulong | ovr_Party_Join (UInt64 partyID) |
|
static ulong | ovr_Party_Leave (UInt64 partyID) |
|
static ulong | ovr_RichPresence_Clear () |
|
static ulong | ovr_RichPresence_GetDestinations () |
|
static ulong | ovr_RichPresence_Set (IntPtr richPresenceOptions) |
|
static ulong | ovr_RichPresence_SetIsJoinable (bool is_joinable) |
|
static ulong | ovr_Room_CreateAndJoinPrivate (RoomJoinPolicy joinPolicy, uint maxUsers, bool subscribeToUpdates) |
|
static ulong | ovr_Room_CreateAndJoinPrivate2 (RoomJoinPolicy joinPolicy, uint maxUsers, IntPtr roomOptions) |
|
static ulong | ovr_Room_Get (UInt64 roomID) |
|
static ulong | ovr_Room_GetCurrent () |
|
static ulong | ovr_Room_GetCurrentForUser (UInt64 userID) |
|
static ulong | ovr_Room_GetInvitableUsers () |
|
static ulong | ovr_Room_GetInvitableUsers2 (IntPtr roomOptions) |
|
static ulong | ovr_Room_GetModeratedRooms () |
|
static ulong | ovr_Room_GetSocialRooms (UInt64 appID) |
|
static ulong | ovr_Room_Join (UInt64 roomID, bool subscribeToUpdates) |
|
static ulong | ovr_Room_Join2 (UInt64 roomID, IntPtr roomOptions) |
|
static ulong | ovr_Room_KickUser (UInt64 roomID, UInt64 userID, int kickDurationSeconds) |
|
static ulong | ovr_Room_LaunchInvitableUserFlow (UInt64 roomID) |
|
static ulong | ovr_Room_Leave (UInt64 roomID) |
|
static ulong | ovr_Room_UpdateMembershipLockStatus (UInt64 roomID, RoomMembershipLockStatus membershipLockStatus) |
|
static ulong | ovr_Room_UpdateOwner (UInt64 roomID, UInt64 userID) |
|
static ulong | ovr_Room_UpdatePrivateRoomJoinPolicy (UInt64 roomID, RoomJoinPolicy newJoinPolicy) |
|
static ulong | ovr_User_Get (UInt64 userID) |
|
static ulong | ovr_User_GetAccessToken () |
|
static ulong | ovr_User_GetLinkedAccounts (IntPtr userOptions) |
|
static ulong | ovr_User_GetLoggedInUser () |
|
static ulong | ovr_User_GetLoggedInUserFriends () |
|
static ulong | ovr_User_GetLoggedInUserFriendsAndRooms () |
|
static ulong | ovr_User_GetLoggedInUserRecentlyMetUsersAndRooms (IntPtr userOptions) |
|
static ulong | ovr_User_GetOrgScopedID (UInt64 userID) |
|
static ulong | ovr_User_GetSdkAccounts () |
|
static ulong | ovr_User_GetUserProof () |
|
static ulong | ovr_User_LaunchBlockFlow (UInt64 userID) |
|
static ulong | ovr_User_LaunchFriendRequestFlow (UInt64 userID) |
|
static ulong | ovr_User_LaunchReportFlow (UInt64 userID) |
|
static ulong | ovr_User_LaunchReportFlow2 (UInt64 optionalUserID, IntPtr abuseReportOptions) |
|
static ulong | ovr_User_LaunchUnblockFlow (UInt64 userID) |
|
static ulong | ovr_User_NewEntitledTestUser () |
|
static ulong | ovr_User_NewTestUser () |
|
static ulong | ovr_User_NewTestUserFriends () |
|
static ulong | ovr_User_StartRecordingForReportFlow () |
|
static ulong | ovr_UserDataStore_PrivateGetEntries (UInt64 userID) |
|
static ulong | ovr_UserDataStore_PublicGetEntries (UInt64 userID) |
|
static ulong | ovr_Voip_GetMicrophoneAvailability () |
|
static ulong | ovr_Voip_SetSystemVoipSuppressed (bool suppressed) |
|
static uint | ovr_AchievementDefinition_GetBitfieldLength (IntPtr obj) |
|
static ulong | ovr_AchievementDefinition_GetTarget (IntPtr obj) |
|
static AchievementType | ovr_AchievementDefinition_GetType (IntPtr obj) |
|
static IntPtr | ovr_AchievementDefinitionArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_AchievementDefinitionArray_GetSize (IntPtr obj) |
|
static bool | ovr_AchievementDefinitionArray_HasNextPage (IntPtr obj) |
|
static ulong | ovr_AchievementProgress_GetCount (IntPtr obj) |
|
static bool | ovr_AchievementProgress_GetIsUnlocked (IntPtr obj) |
|
static IntPtr | ovr_AchievementProgressArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_AchievementProgressArray_GetSize (IntPtr obj) |
|
static bool | ovr_AchievementProgressArray_HasNextPage (IntPtr obj) |
|
static bool | ovr_AchievementUpdate_GetJustUnlocked (IntPtr obj) |
|
static UInt64 | ovr_Application_GetID (IntPtr obj) |
|
static int | ovr_ApplicationVersion_GetCurrentCode (IntPtr obj) |
|
static int | ovr_ApplicationVersion_GetLatestCode (IntPtr obj) |
|
static UInt64 | ovr_AssetDetails_GetAssetId (IntPtr obj) |
|
static IntPtr | ovr_AssetDetails_GetLanguage (IntPtr obj) |
|
static IntPtr | ovr_AssetDetailsArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_AssetDetailsArray_GetSize (IntPtr obj) |
|
static UInt64 | ovr_AssetFileDeleteResult_GetAssetFileId (IntPtr obj) |
|
static UInt64 | ovr_AssetFileDeleteResult_GetAssetId (IntPtr obj) |
|
static bool | ovr_AssetFileDeleteResult_GetSuccess (IntPtr obj) |
|
static UInt64 | ovr_AssetFileDownloadCancelResult_GetAssetFileId (IntPtr obj) |
|
static UInt64 | ovr_AssetFileDownloadCancelResult_GetAssetId (IntPtr obj) |
|
static bool | ovr_AssetFileDownloadCancelResult_GetSuccess (IntPtr obj) |
|
static UInt64 | ovr_AssetFileDownloadResult_GetAssetId (IntPtr obj) |
|
static UInt64 | ovr_AssetFileDownloadUpdate_GetAssetFileId (IntPtr obj) |
|
static UInt64 | ovr_AssetFileDownloadUpdate_GetAssetId (IntPtr obj) |
|
static uint | ovr_AssetFileDownloadUpdate_GetBytesTotal (IntPtr obj) |
|
static ulong | ovr_AssetFileDownloadUpdate_GetBytesTotalLong (IntPtr obj) |
|
static int | ovr_AssetFileDownloadUpdate_GetBytesTransferred (IntPtr obj) |
|
static long | ovr_AssetFileDownloadUpdate_GetBytesTransferredLong (IntPtr obj) |
|
static bool | ovr_AssetFileDownloadUpdate_GetCompleted (IntPtr obj) |
|
static int | ovr_CalApplicationFinalized_GetCountdownMS (IntPtr obj) |
|
static UInt64 | ovr_CalApplicationFinalized_GetID (IntPtr obj) |
|
static UInt64 | ovr_CalApplicationProposed_GetID (IntPtr obj) |
|
static UInt64 | ovr_CalApplicationSuggestion_GetID (IntPtr obj) |
|
static IntPtr | ovr_CalApplicationSuggestionArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_CalApplicationSuggestionArray_GetSize (IntPtr obj) |
|
static ChallengeCreationType | ovr_Challenge_GetCreationType (IntPtr obj) |
|
static UInt64 | ovr_Challenge_GetID (IntPtr obj) |
|
static IntPtr | ovr_Challenge_GetInvitedUsers (IntPtr obj) |
|
static IntPtr | ovr_Challenge_GetLeaderboard (IntPtr obj) |
|
static IntPtr | ovr_Challenge_GetParticipants (IntPtr obj) |
|
static ChallengeVisibility | ovr_Challenge_GetVisibility (IntPtr obj) |
|
static IntPtr | ovr_ChallengeArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_ChallengeArray_GetSize (IntPtr obj) |
|
static ulong | ovr_ChallengeArray_GetTotalCount (IntPtr obj) |
|
static bool | ovr_ChallengeArray_HasNextPage (IntPtr obj) |
|
static bool | ovr_ChallengeArray_HasPreviousPage (IntPtr obj) |
|
static uint | ovr_ChallengeEntry_GetExtraDataLength (IntPtr obj) |
|
static UInt64 | ovr_ChallengeEntry_GetID (IntPtr obj) |
|
static int | ovr_ChallengeEntry_GetRank (IntPtr obj) |
|
static long | ovr_ChallengeEntry_GetScore (IntPtr obj) |
|
static IntPtr | ovr_ChallengeEntry_GetUser (IntPtr obj) |
|
static IntPtr | ovr_ChallengeEntryArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_ChallengeEntryArray_GetSize (IntPtr obj) |
|
static ulong | ovr_ChallengeEntryArray_GetTotalCount (IntPtr obj) |
|
static bool | ovr_ChallengeEntryArray_HasNextPage (IntPtr obj) |
|
static bool | ovr_ChallengeEntryArray_HasPreviousPage (IntPtr obj) |
|
static IntPtr | ovr_CloudStorageConflictMetadata_GetLocal (IntPtr obj) |
|
static IntPtr | ovr_CloudStorageConflictMetadata_GetRemote (IntPtr obj) |
|
static uint | ovr_CloudStorageData_GetDataSize (IntPtr obj) |
|
static long | ovr_CloudStorageMetadata_GetCounter (IntPtr obj) |
|
static uint | ovr_CloudStorageMetadata_GetDataSize (IntPtr obj) |
|
static ulong | ovr_CloudStorageMetadata_GetSaveTime (IntPtr obj) |
|
static CloudStorageDataStatus | ovr_CloudStorageMetadata_GetStatus (IntPtr obj) |
|
static IntPtr | ovr_CloudStorageMetadataArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_CloudStorageMetadataArray_GetSize (IntPtr obj) |
|
static bool | ovr_CloudStorageMetadataArray_HasNextPage (IntPtr obj) |
|
static CloudStorageUpdateStatus | ovr_CloudStorageUpdateResponse_GetStatus (IntPtr obj) |
|
static UIntPtr | ovr_DataStore_GetNumKeys (IntPtr obj) |
|
static IntPtr | ovr_DestinationArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_DestinationArray_GetSize (IntPtr obj) |
|
static bool | ovr_DestinationArray_HasNextPage (IntPtr obj) |
|
static int | ovr_Error_GetCode (IntPtr obj) |
|
static int | ovr_Error_GetHttpCode (IntPtr obj) |
|
static IntPtr | ovr_HttpTransferUpdate_GetBytes (IntPtr obj) |
|
static ulong | ovr_HttpTransferUpdate_GetID (IntPtr obj) |
|
static UIntPtr | ovr_HttpTransferUpdate_GetSize (IntPtr obj) |
|
static bool | ovr_HttpTransferUpdate_IsCompleted (IntPtr obj) |
|
static int | ovr_InstalledApplication_GetVersionCode (IntPtr obj) |
|
static IntPtr | ovr_InstalledApplicationArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_InstalledApplicationArray_GetSize (IntPtr obj) |
|
static bool | ovr_InvitePanelResultInfo_GetInvitesSent (IntPtr obj) |
|
static bool | ovr_LaunchBlockFlowResult_GetDidBlock (IntPtr obj) |
|
static bool | ovr_LaunchBlockFlowResult_GetDidCancel (IntPtr obj) |
|
static LaunchType | ovr_LaunchDetails_GetLaunchType (IntPtr obj) |
|
static UInt64 | ovr_LaunchDetails_GetRoomID (IntPtr obj) |
|
static IntPtr | ovr_LaunchDetails_GetUsers (IntPtr obj) |
|
static bool | ovr_LaunchFriendRequestFlowResult_GetDidCancel (IntPtr obj) |
|
static bool | ovr_LaunchFriendRequestFlowResult_GetDidSendRequest (IntPtr obj) |
|
static IntPtr | ovr_LaunchInvitePanelFlowResult_GetInvitedUsers (IntPtr obj) |
|
static bool | ovr_LaunchReportFlowResult_GetDidCancel (IntPtr obj) |
|
static UInt64 | ovr_LaunchReportFlowResult_GetUserReportId (IntPtr obj) |
|
static bool | ovr_LaunchUnblockFlowResult_GetDidCancel (IntPtr obj) |
|
static bool | ovr_LaunchUnblockFlowResult_GetDidUnblock (IntPtr obj) |
|
static IntPtr | ovr_Leaderboard_GetDestination (IntPtr obj) |
|
static UInt64 | ovr_Leaderboard_GetID (IntPtr obj) |
|
static IntPtr | ovr_LeaderboardArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_LeaderboardArray_GetSize (IntPtr obj) |
|
static bool | ovr_LeaderboardArray_HasNextPage (IntPtr obj) |
|
static uint | ovr_LeaderboardEntry_GetExtraDataLength (IntPtr obj) |
|
static UInt64 | ovr_LeaderboardEntry_GetID (IntPtr obj) |
|
static int | ovr_LeaderboardEntry_GetRank (IntPtr obj) |
|
static long | ovr_LeaderboardEntry_GetScore (IntPtr obj) |
|
static IntPtr | ovr_LeaderboardEntry_GetSupplementaryMetric (IntPtr obj) |
|
static IntPtr | ovr_LeaderboardEntry_GetUser (IntPtr obj) |
|
static IntPtr | ovr_LeaderboardEntryArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_LeaderboardEntryArray_GetSize (IntPtr obj) |
|
static ulong | ovr_LeaderboardEntryArray_GetTotalCount (IntPtr obj) |
|
static bool | ovr_LeaderboardEntryArray_HasNextPage (IntPtr obj) |
|
static bool | ovr_LeaderboardEntryArray_HasPreviousPage (IntPtr obj) |
|
static bool | ovr_LeaderboardUpdateStatus_GetDidUpdate (IntPtr obj) |
|
static UInt64 | ovr_LeaderboardUpdateStatus_GetUpdatedChallengeId (IntPtr obj, uint index) |
|
static uint | ovr_LeaderboardUpdateStatus_GetUpdatedChallengeIdsSize (IntPtr obj) |
|
static ServiceProvider | ovr_LinkedAccount_GetServiceProvider (IntPtr obj) |
|
static IntPtr | ovr_LinkedAccountArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_LinkedAccountArray_GetSize (IntPtr obj) |
|
static bool | ovr_LivestreamingApplicationStatus_GetStreamingEnabled (IntPtr obj) |
|
static LivestreamingStartStatus | ovr_LivestreamingStartResult_GetStreamingResult (IntPtr obj) |
|
static bool | ovr_LivestreamingStatus_GetCommentsVisible (IntPtr obj) |
|
static bool | ovr_LivestreamingStatus_GetIsPaused (IntPtr obj) |
|
static bool | ovr_LivestreamingStatus_GetLivestreamingEnabled (IntPtr obj) |
|
static int | ovr_LivestreamingStatus_GetLivestreamingType (IntPtr obj) |
|
static bool | ovr_LivestreamingStatus_GetMicEnabled (IntPtr obj) |
|
static int | ovr_LivestreamingVideoStats_GetCommentCount (IntPtr obj) |
|
static int | ovr_LivestreamingVideoStats_GetReactionCount (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingAdminSnapshot_GetCandidates (IntPtr obj) |
|
static double | ovr_MatchmakingAdminSnapshot_GetMyCurrentThreshold (IntPtr obj) |
|
static bool | ovr_MatchmakingAdminSnapshotCandidate_GetCanMatch (IntPtr obj) |
|
static double | ovr_MatchmakingAdminSnapshotCandidate_GetMyTotalScore (IntPtr obj) |
|
static double | ovr_MatchmakingAdminSnapshotCandidate_GetTheirCurrentThreshold (IntPtr obj) |
|
static double | ovr_MatchmakingAdminSnapshotCandidate_GetTheirTotalScore (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingAdminSnapshotCandidateArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_MatchmakingAdminSnapshotCandidateArray_GetSize (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingBrowseResult_GetEnqueueResult (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingBrowseResult_GetRooms (IntPtr obj) |
|
static ulong | ovr_MatchmakingCandidate_GetUserId (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingCandidateArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_MatchmakingCandidateArray_GetSize (IntPtr obj) |
|
static bool | ovr_MatchmakingCandidateArray_HasNextPage (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingEnqueueResult_GetAdminSnapshot (IntPtr obj) |
|
static uint | ovr_MatchmakingEnqueueResult_GetAverageWait (IntPtr obj) |
|
static uint | ovr_MatchmakingEnqueueResult_GetMatchesInLastHourCount (IntPtr obj) |
|
static uint | ovr_MatchmakingEnqueueResult_GetMaxExpectedWait (IntPtr obj) |
|
static uint | ovr_MatchmakingEnqueueResult_GetRecentMatchPercentage (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingEnqueueResultAndRoom_GetMatchmakingEnqueueResult (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingEnqueueResultAndRoom_GetRoom (IntPtr obj) |
|
static UInt64 | ovr_MatchmakingEnqueuedUser_GetAdditionalUserID (IntPtr obj, uint index) |
|
static uint | ovr_MatchmakingEnqueuedUser_GetAdditionalUserIDsSize (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingEnqueuedUser_GetCustomData (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingEnqueuedUser_GetUser (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingEnqueuedUserArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_MatchmakingEnqueuedUserArray_GetSize (IntPtr obj) |
|
static ulong | ovr_MatchmakingNotification_GetAddedByUserId (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingNotification_GetRoom (IntPtr obj) |
|
static uint | ovr_MatchmakingRoom_GetPingTime (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingRoom_GetRoom (IntPtr obj) |
|
static bool | ovr_MatchmakingRoom_HasPingTime (IntPtr obj) |
|
static IntPtr | ovr_MatchmakingRoomArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_MatchmakingRoomArray_GetSize (IntPtr obj) |
|
static uint | ovr_MatchmakingStats_GetDrawCount (IntPtr obj) |
|
static uint | ovr_MatchmakingStats_GetLossCount (IntPtr obj) |
|
static uint | ovr_MatchmakingStats_GetSkillLevel (IntPtr obj) |
|
static double | ovr_MatchmakingStats_GetSkillMean (IntPtr obj) |
|
static double | ovr_MatchmakingStats_GetSkillStandardDeviation (IntPtr obj) |
|
static uint | ovr_MatchmakingStats_GetWinCount (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAbuseReportRecording (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAchievementDefinitionArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAchievementProgressArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAchievementUpdate (IntPtr obj) |
|
static IntPtr | ovr_Message_GetApplicationVersion (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAssetDetails (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAssetDetailsArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAssetFileDeleteResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAssetFileDownloadCancelResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAssetFileDownloadResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetAssetFileDownloadUpdate (IntPtr obj) |
|
static IntPtr | ovr_Message_GetCalApplicationFinalized (IntPtr obj) |
|
static IntPtr | ovr_Message_GetCalApplicationProposed (IntPtr obj) |
|
static IntPtr | ovr_Message_GetCalApplicationSuggestionArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetChallenge (IntPtr obj) |
|
static IntPtr | ovr_Message_GetChallengeArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetChallengeEntryArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetCloudStorageConflictMetadata (IntPtr obj) |
|
static IntPtr | ovr_Message_GetCloudStorageData (IntPtr obj) |
|
static IntPtr | ovr_Message_GetCloudStorageMetadata (IntPtr obj) |
|
static IntPtr | ovr_Message_GetCloudStorageMetadataArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetCloudStorageUpdateResponse (IntPtr obj) |
|
static IntPtr | ovr_Message_GetDataStore (IntPtr obj) |
|
static IntPtr | ovr_Message_GetDestinationArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetError (IntPtr obj) |
|
static IntPtr | ovr_Message_GetGroupPresenceJoinIntent (IntPtr obj) |
|
static IntPtr | ovr_Message_GetGroupPresenceLeaveIntent (IntPtr obj) |
|
static IntPtr | ovr_Message_GetHttpTransferUpdate (IntPtr obj) |
|
static IntPtr | ovr_Message_GetInstalledApplicationArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetInvitePanelResultInfo (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLaunchBlockFlowResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLaunchFriendRequestFlowResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLaunchInvitePanelFlowResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLaunchReportFlowResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLaunchUnblockFlowResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLeaderboardArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLeaderboardEntryArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLeaderboardUpdateStatus (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLinkedAccountArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLivestreamingApplicationStatus (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLivestreamingStartResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLivestreamingStatus (IntPtr obj) |
|
static IntPtr | ovr_Message_GetLivestreamingVideoStats (IntPtr obj) |
|
static IntPtr | ovr_Message_GetMatchmakingAdminSnapshot (IntPtr obj) |
|
static IntPtr | ovr_Message_GetMatchmakingBrowseResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetMatchmakingEnqueueResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetMatchmakingEnqueueResultAndRoom (IntPtr obj) |
|
static IntPtr | ovr_Message_GetMatchmakingRoomArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetMatchmakingStats (IntPtr obj) |
|
static IntPtr | ovr_Message_GetMicrophoneAvailabilityState (IntPtr obj) |
|
static IntPtr | ovr_Message_GetNativeMessage (IntPtr obj) |
|
static IntPtr | ovr_Message_GetNetSyncConnection (IntPtr obj) |
|
static IntPtr | ovr_Message_GetNetSyncSessionArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetNetSyncSessionsChangedNotification (IntPtr obj) |
|
static IntPtr | ovr_Message_GetNetSyncSetSessionPropertyResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetNetSyncVoipAttenuationValueArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetNetworkingPeer (IntPtr obj) |
|
static IntPtr | ovr_Message_GetOrgScopedID (IntPtr obj) |
|
static IntPtr | ovr_Message_GetParty (IntPtr obj) |
|
static IntPtr | ovr_Message_GetPartyID (IntPtr obj) |
|
static IntPtr | ovr_Message_GetPartyUpdateNotification (IntPtr obj) |
|
static IntPtr | ovr_Message_GetPidArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetPingResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetPlatformInitialize (IntPtr obj) |
|
static IntPtr | ovr_Message_GetProductArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetPurchase (IntPtr obj) |
|
static IntPtr | ovr_Message_GetPurchaseArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetRejoinDialogResult (IntPtr obj) |
|
static ulong | ovr_Message_GetRequestID (IntPtr obj) |
|
static IntPtr | ovr_Message_GetRoom (IntPtr obj) |
|
static IntPtr | ovr_Message_GetRoomArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetRoomInviteNotification (IntPtr obj) |
|
static IntPtr | ovr_Message_GetRoomInviteNotificationArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetSdkAccountArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetShareMediaResult (IntPtr obj) |
|
static IntPtr | ovr_Message_GetSystemVoipState (IntPtr obj) |
|
static Message.MessageType | ovr_Message_GetType (IntPtr obj) |
|
static IntPtr | ovr_Message_GetUser (IntPtr obj) |
|
static IntPtr | ovr_Message_GetUserAndRoomArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetUserArray (IntPtr obj) |
|
static IntPtr | ovr_Message_GetUserDataStoreUpdateResponse (IntPtr obj) |
|
static IntPtr | ovr_Message_GetUserProof (IntPtr obj) |
|
static IntPtr | ovr_Message_GetUserReportID (IntPtr obj) |
|
static bool | ovr_Message_IsError (IntPtr obj) |
|
static UIntPtr | ovr_Microphone_GetNumSamplesAvailable (IntPtr obj) |
|
static UIntPtr | ovr_Microphone_GetOutputBufferMaxSize (IntPtr obj) |
|
static UIntPtr | ovr_Microphone_GetPCM (IntPtr obj, Int16[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static UIntPtr | ovr_Microphone_GetPCMFloat (IntPtr obj, float[] outputBuffer, UIntPtr outputBufferNumElements) |
|
static UIntPtr | ovr_Microphone_ReadData (IntPtr obj, float[] outputBuffer, UIntPtr outputBufferSize) |
|
static void | ovr_Microphone_SetAcceptableRecordingDelayHint (IntPtr obj, UIntPtr delayMs) |
|
static void | ovr_Microphone_Start (IntPtr obj) |
|
static void | ovr_Microphone_Stop (IntPtr obj) |
|
static bool | ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable (IntPtr obj) |
|
static long | ovr_NetSyncConnection_GetConnectionId (IntPtr obj) |
|
static NetSyncDisconnectReason | ovr_NetSyncConnection_GetDisconnectReason (IntPtr obj) |
|
static UInt64 | ovr_NetSyncConnection_GetSessionId (IntPtr obj) |
|
static NetSyncConnectionStatus | ovr_NetSyncConnection_GetStatus (IntPtr obj) |
|
static long | ovr_NetSyncSession_GetConnectionId (IntPtr obj) |
|
static bool | ovr_NetSyncSession_GetMuted (IntPtr obj) |
|
static UInt64 | ovr_NetSyncSession_GetSessionId (IntPtr obj) |
|
static UInt64 | ovr_NetSyncSession_GetUserId (IntPtr obj) |
|
static IntPtr | ovr_NetSyncSessionArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_NetSyncSessionArray_GetSize (IntPtr obj) |
|
static long | ovr_NetSyncSessionsChangedNotification_GetConnectionId (IntPtr obj) |
|
static IntPtr | ovr_NetSyncSessionsChangedNotification_GetSessions (IntPtr obj) |
|
static IntPtr | ovr_NetSyncSetSessionPropertyResult_GetSession (IntPtr obj) |
|
static float | ovr_NetSyncVoipAttenuationValue_GetDecibels (IntPtr obj) |
|
static float | ovr_NetSyncVoipAttenuationValue_GetDistance (IntPtr obj) |
|
static IntPtr | ovr_NetSyncVoipAttenuationValueArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_NetSyncVoipAttenuationValueArray_GetSize (IntPtr obj) |
|
static UInt64 | ovr_NetworkingPeer_GetID (IntPtr obj) |
|
static PeerConnectionState | ovr_NetworkingPeer_GetState (IntPtr obj) |
|
static UInt64 | ovr_OrgScopedID_GetID (IntPtr obj) |
|
static void | ovr_Packet_Free (IntPtr obj) |
|
static IntPtr | ovr_Packet_GetBytes (IntPtr obj) |
|
static SendPolicy | ovr_Packet_GetSendPolicy (IntPtr obj) |
|
static UInt64 | ovr_Packet_GetSenderID (IntPtr obj) |
|
static UIntPtr | ovr_Packet_GetSize (IntPtr obj) |
|
static UInt64 | ovr_Party_GetID (IntPtr obj) |
|
static IntPtr | ovr_Party_GetInvitedUsers (IntPtr obj) |
|
static IntPtr | ovr_Party_GetLeader (IntPtr obj) |
|
static IntPtr | ovr_Party_GetRoom (IntPtr obj) |
|
static IntPtr | ovr_Party_GetUsers (IntPtr obj) |
|
static UInt64 | ovr_PartyID_GetID (IntPtr obj) |
|
static PartyUpdateAction | ovr_PartyUpdateNotification_GetAction (IntPtr obj) |
|
static UInt64 | ovr_PartyUpdateNotification_GetPartyId (IntPtr obj) |
|
static UInt64 | ovr_PartyUpdateNotification_GetSenderId (IntPtr obj) |
|
static UInt64 | ovr_PartyUpdateNotification_GetUserId (IntPtr obj) |
|
static IntPtr | ovr_PidArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_PidArray_GetSize (IntPtr obj) |
|
static UInt64 | ovr_PingResult_GetID (IntPtr obj) |
|
static ulong | ovr_PingResult_GetPingTimeUsec (IntPtr obj) |
|
static bool | ovr_PingResult_IsTimeout (IntPtr obj) |
|
static PlatformInitializeResult | ovr_PlatformInitialize_GetResult (IntPtr obj) |
|
static uint | ovr_Price_GetAmountInHundredths (IntPtr obj) |
|
static IntPtr | ovr_ProductArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_ProductArray_GetSize (IntPtr obj) |
|
static bool | ovr_ProductArray_HasNextPage (IntPtr obj) |
|
static UInt64 | ovr_Purchase_GetPurchaseID (IntPtr obj) |
|
static IntPtr | ovr_PurchaseArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_PurchaseArray_GetSize (IntPtr obj) |
|
static bool | ovr_PurchaseArray_HasNextPage (IntPtr obj) |
|
static bool | ovr_RejoinDialogResult_GetRejoinSelected (IntPtr obj) |
|
static UInt64 | ovr_Room_GetApplicationID (IntPtr obj) |
|
static IntPtr | ovr_Room_GetDataStore (IntPtr obj) |
|
static UInt64 | ovr_Room_GetID (IntPtr obj) |
|
static IntPtr | ovr_Room_GetInvitedUsers (IntPtr obj) |
|
static bool | ovr_Room_GetIsMembershipLocked (IntPtr obj) |
|
static RoomJoinPolicy | ovr_Room_GetJoinPolicy (IntPtr obj) |
|
static RoomJoinability | ovr_Room_GetJoinability (IntPtr obj) |
|
static IntPtr | ovr_Room_GetMatchedUsers (IntPtr obj) |
|
static uint | ovr_Room_GetMaxUsers (IntPtr obj) |
|
static IntPtr | ovr_Room_GetOwner (IntPtr obj) |
|
static IntPtr | ovr_Room_GetTeams (IntPtr obj) |
|
static RoomType | ovr_Room_GetType (IntPtr obj) |
|
static IntPtr | ovr_Room_GetUsers (IntPtr obj) |
|
static uint | ovr_Room_GetVersion (IntPtr obj) |
|
static IntPtr | ovr_RoomArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_RoomArray_GetSize (IntPtr obj) |
|
static bool | ovr_RoomArray_HasNextPage (IntPtr obj) |
|
static UInt64 | ovr_RoomInviteNotification_GetID (IntPtr obj) |
|
static UInt64 | ovr_RoomInviteNotification_GetRoomID (IntPtr obj) |
|
static UInt64 | ovr_RoomInviteNotification_GetSenderID (IntPtr obj) |
|
static IntPtr | ovr_RoomInviteNotificationArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_RoomInviteNotificationArray_GetSize (IntPtr obj) |
|
static bool | ovr_RoomInviteNotificationArray_HasNextPage (IntPtr obj) |
|
static SdkAccountType | ovr_SdkAccount_GetAccountType (IntPtr obj) |
|
static UInt64 | ovr_SdkAccount_GetUserId (IntPtr obj) |
|
static IntPtr | ovr_SdkAccountArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_SdkAccountArray_GetSize (IntPtr obj) |
|
static ShareMediaStatus | ovr_ShareMediaResult_GetStatus (IntPtr obj) |
|
static UInt64 | ovr_SupplementaryMetric_GetID (IntPtr obj) |
|
static long | ovr_SupplementaryMetric_GetMetric (IntPtr obj) |
|
static VoipMuteState | ovr_SystemVoipState_GetMicrophoneMuted (IntPtr obj) |
|
static SystemVoipStatus | ovr_SystemVoipState_GetStatus (IntPtr obj) |
|
static IntPtr | ovr_Team_GetAssignedUsers (IntPtr obj) |
|
static int | ovr_Team_GetMaxUsers (IntPtr obj) |
|
static int | ovr_Team_GetMinUsers (IntPtr obj) |
|
static IntPtr | ovr_TeamArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_TeamArray_GetSize (IntPtr obj) |
|
static IntPtr | ovr_TestUser_GetAppAccessArray (IntPtr obj) |
|
static IntPtr | ovr_TestUser_GetFbAppAccessArray (IntPtr obj) |
|
static IntPtr | ovr_TestUser_GetFriendAppAccessArray (IntPtr obj) |
|
static UInt64 | ovr_TestUser_GetUserFbid (IntPtr obj) |
|
static UInt64 | ovr_TestUser_GetUserId (IntPtr obj) |
|
static UInt64 | ovr_TestUserAppAccess_GetAppId (IntPtr obj) |
|
static UInt64 | ovr_TestUserAppAccess_GetUserId (IntPtr obj) |
|
static IntPtr | ovr_TestUserAppAccessArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_TestUserAppAccessArray_GetSize (IntPtr obj) |
|
static UInt64 | ovr_User_GetID (IntPtr obj) |
|
static UserPresenceStatus | ovr_User_GetPresenceStatus (IntPtr obj) |
|
static IntPtr | ovr_UserAndRoom_GetRoom (IntPtr obj) |
|
static IntPtr | ovr_UserAndRoom_GetUser (IntPtr obj) |
|
static IntPtr | ovr_UserAndRoomArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_UserAndRoomArray_GetSize (IntPtr obj) |
|
static bool | ovr_UserAndRoomArray_HasNextPage (IntPtr obj) |
|
static IntPtr | ovr_UserArray_GetElement (IntPtr obj, UIntPtr index) |
|
static UIntPtr | ovr_UserArray_GetSize (IntPtr obj) |
|
static bool | ovr_UserArray_HasNextPage (IntPtr obj) |
|
static bool | ovr_UserDataStoreUpdateResponse_GetSuccess (IntPtr obj) |
|
static bool | ovr_UserReportID_GetDidCancel (IntPtr obj) |
|
static UInt64 | ovr_UserReportID_GetID (IntPtr obj) |
|
static void | ovr_VoipDecoder_Decode (IntPtr obj, byte[] compressedData, UIntPtr compressedSize) |
|
static UIntPtr | ovr_VoipDecoder_GetDecodedPCM (IntPtr obj, float[] outputBuffer, UIntPtr outputBufferSize) |
|
static void | ovr_VoipEncoder_AddPCM (IntPtr obj, float[] inputData, uint inputSize) |
|
static UIntPtr | ovr_VoipEncoder_GetCompressedData (IntPtr obj, byte[] outputBuffer, UIntPtr intputSize) |
|
static UIntPtr | ovr_VoipEncoder_GetCompressedDataSize (IntPtr obj) |
|
static IntPtr | ovr_AbuseReportOptions_Create () |
|
static void | ovr_AbuseReportOptions_Destroy (IntPtr handle) |
|
static void | ovr_AbuseReportOptions_SetPreventPeopleChooser (IntPtr handle, bool value) |
|
static void | ovr_AbuseReportOptions_SetReportType (IntPtr handle, AbuseReportType value) |
|
static IntPtr | ovr_AdvancedAbuseReportOptions_Create () |
|
static void | ovr_AdvancedAbuseReportOptions_Destroy (IntPtr handle) |
|
static void | ovr_AdvancedAbuseReportOptions_SetReportType (IntPtr handle, AbuseReportType value) |
|
static void | ovr_AdvancedAbuseReportOptions_SetVideoMode (IntPtr handle, AbuseReportVideoMode value) |
|
static IntPtr | ovr_ApplicationOptions_Create () |
|
static void | ovr_ApplicationOptions_Destroy (IntPtr handle) |
|
static IntPtr | ovr_ChallengeOptions_Create () |
|
static void | ovr_ChallengeOptions_Destroy (IntPtr handle) |
|
static void | ovr_ChallengeOptions_SetIncludeActiveChallenges (IntPtr handle, bool value) |
|
static void | ovr_ChallengeOptions_SetIncludeFutureChallenges (IntPtr handle, bool value) |
|
static void | ovr_ChallengeOptions_SetIncludePastChallenges (IntPtr handle, bool value) |
|
static void | ovr_ChallengeOptions_SetViewerFilter (IntPtr handle, ChallengeViewerFilter value) |
|
static void | ovr_ChallengeOptions_SetVisibility (IntPtr handle, ChallengeVisibility value) |
|
static IntPtr | ovr_GroupPresenceOptions_Create () |
|
static void | ovr_GroupPresenceOptions_Destroy (IntPtr handle) |
|
static void | ovr_GroupPresenceOptions_SetIsJoinable (IntPtr handle, bool value) |
|
static IntPtr | ovr_InviteOptions_Create () |
|
static void | ovr_InviteOptions_Destroy (IntPtr handle) |
|
static void | ovr_InviteOptions_AddSuggestedUser (IntPtr handle, UInt64 value) |
|
static void | ovr_InviteOptions_ClearSuggestedUsers (IntPtr handle) |
|
static IntPtr | ovr_MatchmakingOptions_Create () |
|
static void | ovr_MatchmakingOptions_Destroy (IntPtr handle) |
|
static void | ovr_MatchmakingOptions_ClearCreateRoomDataStore (IntPtr handle) |
|
static void | ovr_MatchmakingOptions_SetCreateRoomJoinPolicy (IntPtr handle, RoomJoinPolicy value) |
|
static void | ovr_MatchmakingOptions_SetCreateRoomMaxUsers (IntPtr handle, uint value) |
|
static void | ovr_MatchmakingOptions_AddEnqueueAdditionalUser (IntPtr handle, UInt64 value) |
|
static void | ovr_MatchmakingOptions_ClearEnqueueAdditionalUsers (IntPtr handle) |
|
static void | ovr_MatchmakingOptions_ClearEnqueueDataSettings (IntPtr handle) |
|
static void | ovr_MatchmakingOptions_SetEnqueueIsDebug (IntPtr handle, bool value) |
|
static IntPtr | ovr_MultiplayerErrorOptions_Create () |
|
static void | ovr_MultiplayerErrorOptions_Destroy (IntPtr handle) |
|
static void | ovr_MultiplayerErrorOptions_SetErrorKey (IntPtr handle, MultiplayerErrorErrorKey value) |
|
static IntPtr | ovr_NetSyncOptions_Create () |
|
static void | ovr_NetSyncOptions_Destroy (IntPtr handle) |
|
static void | ovr_NetSyncOptions_SetVoipStreamDefault (IntPtr handle, NetSyncVoipStreamMode value) |
|
static IntPtr | ovr_RichPresenceOptions_Create () |
|
static void | ovr_RichPresenceOptions_Destroy (IntPtr handle) |
|
static void | ovr_RichPresenceOptions_ClearArgs (IntPtr handle) |
|
static void | ovr_RichPresenceOptions_SetCurrentCapacity (IntPtr handle, uint value) |
|
static void | ovr_RichPresenceOptions_SetExtraContext (IntPtr handle, RichPresenceExtraContext value) |
|
static void | ovr_RichPresenceOptions_SetIsIdle (IntPtr handle, bool value) |
|
static void | ovr_RichPresenceOptions_SetIsJoinable (IntPtr handle, bool value) |
|
static void | ovr_RichPresenceOptions_SetMaxCapacity (IntPtr handle, uint value) |
|
static IntPtr | ovr_RoomOptions_Create () |
|
static void | ovr_RoomOptions_Destroy (IntPtr handle) |
|
static void | ovr_RoomOptions_ClearDataStore (IntPtr handle) |
|
static void | ovr_RoomOptions_SetExcludeRecentlyMet (IntPtr handle, bool value) |
|
static void | ovr_RoomOptions_SetMaxUserResults (IntPtr handle, uint value) |
|
static void | ovr_RoomOptions_SetOrdering (IntPtr handle, UserOrdering value) |
|
static void | ovr_RoomOptions_SetRecentlyMetTimeWindow (IntPtr handle, TimeWindow value) |
|
static void | ovr_RoomOptions_SetRoomId (IntPtr handle, UInt64 value) |
|
static void | ovr_RoomOptions_SetTurnOffUpdates (IntPtr handle, bool value) |
|
static IntPtr | ovr_RosterOptions_Create () |
|
static void | ovr_RosterOptions_Destroy (IntPtr handle) |
|
static void | ovr_RosterOptions_AddSuggestedUser (IntPtr handle, UInt64 value) |
|
static void | ovr_RosterOptions_ClearSuggestedUsers (IntPtr handle) |
|
static IntPtr | ovr_UserOptions_Create () |
|
static void | ovr_UserOptions_Destroy (IntPtr handle) |
|
static void | ovr_UserOptions_SetMaxUsers (IntPtr handle, uint value) |
|
static void | ovr_UserOptions_AddServiceProvider (IntPtr handle, ServiceProvider value) |
|
static void | ovr_UserOptions_ClearServiceProviders (IntPtr handle) |
|
static void | ovr_UserOptions_SetTimeWindow (IntPtr handle, TimeWindow value) |
|
static IntPtr | ovr_VoipOptions_Create () |
|
static void | ovr_VoipOptions_Destroy (IntPtr handle) |
|
static void | ovr_VoipOptions_SetBitrateForNewConnections (IntPtr handle, VoipBitrate value) |
|
static void | ovr_VoipOptions_SetCreateNewConnectionUseDtx (IntPtr handle, VoipDtxState value) |
|
|
static IntPtr | ArrayOfStructsToIntPtr (Array ar) |
|
static CAPI.ovrKeyValuePair [] | DictionaryToOVRKeyValuePairs (Dictionary< string, object > dict) |
|
static byte [] | IntPtrToByteArray (IntPtr data, ulong size) |
|
static Dictionary< string, string > | DataStoreFromNative (IntPtr pointer) |
|
static string | StringFromNative (IntPtr pointer) |
|
static int | GetNativeStringLengthNotIncludingNullTerminator (IntPtr pointer) |
|
static DateTime | DateTimeFromNative (ulong seconds_since_the_one_true_epoch) |
|
static ulong | DateTimeToNative (DateTime dt) |
|
static byte [] | BlobFromNative (uint size, IntPtr pointer) |
|
static byte [] | FiledataFromNative (uint size, IntPtr pointer) |
|
static IntPtr | StringToNative (string s) |
|
static string | ovr_GetLoggedInUserLocale () |
|
static void | LogNewEvent (string eventName, Dictionary< string, string > values) |
|
static void | ovr_ApplicationLifecycle_LogDeeplinkResult (string trackingID, LaunchResult result) |
|
static ulong | ovr_HTTP_StartTransfer (string url, ovrKeyValuePair[] headers) |
|
static string | ovr_Message_GetStringForJavascript (IntPtr message) |
|
static ulong | ovr_Achievements_AddCount (string name, ulong count) |
|
static ulong | ovr_Achievements_AddFields (string name, string fields) |
|
static ulong | ovr_Achievements_Unlock (string name) |
|
static ulong | ovr_ApplicationLifecycle_RegisterSessionKey (string sessionKey) |
|
static ulong | ovr_AssetFile_DeleteByName (string assetFileName) |
|
static ulong | ovr_AssetFile_DownloadByName (string assetFileName) |
|
static ulong | ovr_AssetFile_DownloadCancelByName (string assetFileName) |
|
static ulong | ovr_AssetFile_StatusByName (string assetFileName) |
|
static ulong | ovr_Avatar_UpdateMetaData (string avatarMetaData, string imageFilePath) |
|
static ulong | ovr_Challenges_Create (string leaderboardName, IntPtr challengeOptions) |
|
static ulong | ovr_CloudStorage_Delete (string bucket, string key) |
|
static ulong | ovr_CloudStorage_Load (string bucket, string key) |
|
static ulong | ovr_CloudStorage_LoadBucketMetadata (string bucket) |
|
static ulong | ovr_CloudStorage_LoadConflictMetadata (string bucket, string key) |
|
static ulong | ovr_CloudStorage_LoadHandle (string handle) |
|
static ulong | ovr_CloudStorage_LoadMetadata (string bucket, string key) |
|
static ulong | ovr_CloudStorage_ResolveKeepLocal (string bucket, string key, string remoteHandle) |
|
static ulong | ovr_CloudStorage_ResolveKeepRemote (string bucket, string key, string remoteHandle) |
|
static ulong | ovr_CloudStorage_Save (string bucket, string key, byte[] data, uint dataSize, long counter, string extraData) |
|
static ulong | ovr_Colocation_RequestMap (string uuid) |
|
static ulong | ovr_Colocation_ShareMap (string uuid) |
|
static ulong | ovr_GraphAPI_Get (string url) |
|
static ulong | ovr_GraphAPI_Post (string url) |
|
static ulong | ovr_GroupPresence_LaunchRejoinDialog (string lobby_session_id, string match_session_id, string destination_api_name) |
|
static ulong | ovr_GroupPresence_SetDestination (string api_name) |
|
static ulong | ovr_GroupPresence_SetLobbySession (string id) |
|
static ulong | ovr_GroupPresence_SetMatchSession (string id) |
|
static ulong | ovr_HTTP_Get (string url) |
|
static ulong | ovr_HTTP_GetToFile (string url, string diskFile) |
|
static ulong | ovr_HTTP_MultiPartPost (string url, string filepath_param_name, string filepath, string access_token, ovrKeyValuePair[] post_params) |
|
static ulong | ovr_HTTP_Post (string url) |
|
static ulong | ovr_IAP_ConsumePurchase (string sku) |
|
static ulong | ovr_IAP_LaunchCheckoutFlow (string sku) |
|
static ulong | ovr_LanguagePack_SetCurrent (string tag) |
|
static ulong | ovr_Leaderboard_Get (string leaderboardName) |
|
static ulong | ovr_Leaderboard_GetEntries (string leaderboardName, int limit, LeaderboardFilterType filter, LeaderboardStartAt startAt) |
|
static ulong | ovr_Leaderboard_GetEntriesAfterRank (string leaderboardName, int limit, ulong afterRank) |
|
static ulong | ovr_Leaderboard_GetEntriesByIds (string leaderboardName, int limit, LeaderboardStartAt startAt, UInt64[] userIDs, uint userIDLength) |
|
static ulong | ovr_Leaderboard_WriteEntry (string leaderboardName, long score, byte[] extraData, uint extraDataLength, bool forceUpdate) |
|
static ulong | ovr_Leaderboard_WriteEntryWithSupplementaryMetric (string leaderboardName, long score, long supplementaryMetric, byte[] extraData, uint extraDataLength, bool forceUpdate) |
|
static ulong | ovr_Livestreaming_IsAllowedForApplication (string packageName) |
|
static ulong | ovr_Matchmaking_Browse (string pool, IntPtr customQueryData) |
|
static ulong | ovr_Matchmaking_Browse2 (string pool, IntPtr matchmakingOptions) |
|
static ulong | ovr_Matchmaking_Cancel (string pool, string requestHash) |
|
static ulong | ovr_Matchmaking_CreateAndEnqueueRoom (string pool, uint maxUsers, bool subscribeToUpdates, IntPtr customQueryData) |
|
static ulong | ovr_Matchmaking_CreateAndEnqueueRoom2 (string pool, IntPtr matchmakingOptions) |
|
static ulong | ovr_Matchmaking_CreateRoom (string pool, uint maxUsers, bool subscribeToUpdates) |
|
static ulong | ovr_Matchmaking_CreateRoom2 (string pool, IntPtr matchmakingOptions) |
|
static ulong | ovr_Matchmaking_Enqueue (string pool, IntPtr customQueryData) |
|
static ulong | ovr_Matchmaking_Enqueue2 (string pool, IntPtr matchmakingOptions) |
|
static ulong | ovr_Matchmaking_GetStats (string pool, uint maxLevel, MatchmakingStatApproach approach) |
|
static ulong | ovr_Matchmaking_ReportResultInsecure (UInt64 roomID, ovrKeyValuePair[] data) |
|
static ulong | ovr_Media_ShareToFacebook (string postTextSuggestion, string filePath, MediaContentType contentType) |
|
static ulong | ovr_NetSync_SetVoipAttenuationModel (long connection_id, string name, float[] distances, float[] decibels, UIntPtr count) |
|
static ulong | ovr_NetSync_SetVoipChannelCfg (long connection_id, string channel_name, string attnmodel, bool disable_spatialization) |
|
static ulong | ovr_NetSync_SetVoipGroup (long connection_id, string group_id) |
|
static ulong | ovr_RichPresence_SetDestination (string api_name) |
|
static ulong | ovr_RichPresence_SetLobbySession (string id) |
|
static ulong | ovr_RichPresence_SetMatchSession (string id) |
|
static ulong | ovr_Room_InviteUser (UInt64 roomID, string inviteToken) |
|
static ulong | ovr_Room_SetDescription (UInt64 roomID, string description) |
|
static ulong | ovr_Room_UpdateDataStore (UInt64 roomID, ovrKeyValuePair[] data) |
|
static ulong | ovr_User_CancelRecordingForReportFlow (string recordingUUID) |
|
static ulong | ovr_User_StopRecordingAndLaunchReportFlow (UInt64 optionalUserID, string optionalRecordingUUID) |
|
static ulong | ovr_User_StopRecordingAndLaunchReportFlow2 (UInt64 optionalUserID, string optionalRecordingUUID, IntPtr abuseReportOptions) |
|
static ulong | ovr_User_TestUserCreateDeviceManifest (string deviceID, UInt64[] appIDs, int numAppIDs) |
|
static ulong | ovr_UserDataStore_PrivateDeleteEntryByKey (UInt64 userID, string key) |
|
static ulong | ovr_UserDataStore_PrivateGetEntryByKey (UInt64 userID, string key) |
|
static ulong | ovr_UserDataStore_PrivateWriteEntry (UInt64 userID, string key, string value) |
|
static ulong | ovr_UserDataStore_PublicDeleteEntryByKey (UInt64 userID, string key) |
|
static ulong | ovr_UserDataStore_PublicGetEntryByKey (UInt64 userID, string key) |
|
static ulong | ovr_UserDataStore_PublicWriteEntry (UInt64 userID, string key, string value) |
|
static string | ovr_AbuseReportRecording_GetRecordingUuid (IntPtr obj) |
|
static string | ovr_AchievementDefinition_GetName (IntPtr obj) |
|
static string | ovr_AchievementDefinitionArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_AchievementProgress_GetBitfield (IntPtr obj) |
|
static string | ovr_AchievementProgress_GetName (IntPtr obj) |
|
static DateTime | ovr_AchievementProgress_GetUnlockTime (IntPtr obj) |
|
static string | ovr_AchievementProgressArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_AchievementUpdate_GetName (IntPtr obj) |
|
static string | ovr_ApplicationVersion_GetCurrentName (IntPtr obj) |
|
static string | ovr_ApplicationVersion_GetLatestName (IntPtr obj) |
|
static string | ovr_AssetDetails_GetAssetType (IntPtr obj) |
|
static string | ovr_AssetDetails_GetDownloadStatus (IntPtr obj) |
|
static string | ovr_AssetDetails_GetFilepath (IntPtr obj) |
|
static string | ovr_AssetDetails_GetIapStatus (IntPtr obj) |
|
static string | ovr_AssetDetails_GetMetadata (IntPtr obj) |
|
static string | ovr_AssetFileDeleteResult_GetFilepath (IntPtr obj) |
|
static string | ovr_AssetFileDownloadCancelResult_GetFilepath (IntPtr obj) |
|
static string | ovr_AssetFileDownloadResult_GetFilepath (IntPtr obj) |
|
static string | ovr_CalApplicationFinalized_GetLaunchDetails (IntPtr obj) |
|
static string | ovr_CalApplicationSuggestion_GetSocialContext (IntPtr obj) |
|
static string | ovr_Challenge_GetDescription (IntPtr obj) |
|
static DateTime | ovr_Challenge_GetEndDate (IntPtr obj) |
|
static DateTime | ovr_Challenge_GetStartDate (IntPtr obj) |
|
static string | ovr_Challenge_GetTitle (IntPtr obj) |
|
static string | ovr_ChallengeArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_ChallengeArray_GetPreviousUrl (IntPtr obj) |
|
static string | ovr_ChallengeEntry_GetDisplayScore (IntPtr obj) |
|
static byte [] | ovr_ChallengeEntry_GetExtraData (IntPtr obj) |
|
static DateTime | ovr_ChallengeEntry_GetTimestamp (IntPtr obj) |
|
static string | ovr_ChallengeEntryArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_ChallengeEntryArray_GetPreviousUrl (IntPtr obj) |
|
static string | ovr_CloudStorage2UserDirectoryPathResponse_GetPath (IntPtr obj) |
|
static string | ovr_CloudStorageData_GetBucket (IntPtr obj) |
|
static byte [] | ovr_CloudStorageData_GetData (IntPtr obj) |
|
static string | ovr_CloudStorageData_GetKey (IntPtr obj) |
|
static string | ovr_CloudStorageMetadata_GetBucket (IntPtr obj) |
|
static string | ovr_CloudStorageMetadata_GetExtraData (IntPtr obj) |
|
static string | ovr_CloudStorageMetadata_GetKey (IntPtr obj) |
|
static string | ovr_CloudStorageMetadata_GetVersionHandle (IntPtr obj) |
|
static string | ovr_CloudStorageMetadataArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_CloudStorageUpdateResponse_GetBucket (IntPtr obj) |
|
static string | ovr_CloudStorageUpdateResponse_GetKey (IntPtr obj) |
|
static string | ovr_CloudStorageUpdateResponse_GetVersionHandle (IntPtr obj) |
|
static uint | ovr_DataStore_Contains (IntPtr obj, string key) |
|
static string | ovr_DataStore_GetKey (IntPtr obj, int index) |
|
static string | ovr_DataStore_GetValue (IntPtr obj, string key) |
|
static string | ovr_Destination_GetApiName (IntPtr obj) |
|
static string | ovr_Destination_GetDeeplinkMessage (IntPtr obj) |
|
static string | ovr_Destination_GetDisplayName (IntPtr obj) |
|
static string | ovr_DestinationArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_Error_GetDisplayableMessage (IntPtr obj) |
|
static string | ovr_Error_GetMessage (IntPtr obj) |
|
static string | ovr_GroupPresenceJoinIntent_GetDeeplinkMessage (IntPtr obj) |
|
static string | ovr_GroupPresenceJoinIntent_GetDestinationApiName (IntPtr obj) |
|
static string | ovr_GroupPresenceJoinIntent_GetLobbySessionId (IntPtr obj) |
|
static string | ovr_GroupPresenceJoinIntent_GetMatchSessionId (IntPtr obj) |
|
static string | ovr_GroupPresenceLeaveIntent_GetDestinationApiName (IntPtr obj) |
|
static string | ovr_GroupPresenceLeaveIntent_GetLobbySessionId (IntPtr obj) |
|
static string | ovr_GroupPresenceLeaveIntent_GetMatchSessionId (IntPtr obj) |
|
static string | ovr_InstalledApplication_GetApplicationId (IntPtr obj) |
|
static string | ovr_InstalledApplication_GetPackageName (IntPtr obj) |
|
static string | ovr_InstalledApplication_GetStatus (IntPtr obj) |
|
static string | ovr_InstalledApplication_GetVersionName (IntPtr obj) |
|
static string | ovr_LanguagePackInfo_GetEnglishName (IntPtr obj) |
|
static string | ovr_LanguagePackInfo_GetNativeName (IntPtr obj) |
|
static string | ovr_LanguagePackInfo_GetTag (IntPtr obj) |
|
static string | ovr_LaunchDetails_GetDeeplinkMessage (IntPtr obj) |
|
static string | ovr_LaunchDetails_GetDestinationApiName (IntPtr obj) |
|
static string | ovr_LaunchDetails_GetLaunchSource (IntPtr obj) |
|
static string | ovr_LaunchDetails_GetTrackingID (IntPtr obj) |
|
static string | ovr_Leaderboard_GetApiName (IntPtr obj) |
|
static string | ovr_LeaderboardArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_LeaderboardEntry_GetDisplayScore (IntPtr obj) |
|
static byte [] | ovr_LeaderboardEntry_GetExtraData (IntPtr obj) |
|
static DateTime | ovr_LeaderboardEntry_GetTimestamp (IntPtr obj) |
|
static string | ovr_LeaderboardEntryArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_LeaderboardEntryArray_GetPreviousUrl (IntPtr obj) |
|
static string | ovr_LinkedAccount_GetAccessToken (IntPtr obj) |
|
static string | ovr_LinkedAccount_GetUserId (IntPtr obj) |
|
static string | ovr_LivestreamingVideoStats_GetTotalViews (IntPtr obj) |
|
static string | ovr_MatchmakingAdminSnapshotCandidate_GetTraceId (IntPtr obj) |
|
static string | ovr_MatchmakingCandidate_GetEntryHash (IntPtr obj) |
|
static string | ovr_MatchmakingCandidateArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_MatchmakingEnqueueResult_GetPool (IntPtr obj) |
|
static string | ovr_MatchmakingEnqueueResult_GetRequestHash (IntPtr obj) |
|
static string | ovr_MatchmakingNotification_GetTraceId (IntPtr obj) |
|
static string | ovr_Message_GetString (IntPtr obj) |
|
static string | ovr_NetSyncConnection_GetZoneId (IntPtr obj) |
|
static string | ovr_NetSyncSession_GetVoipGroup (IntPtr obj) |
|
static string | ovr_PartyUpdateNotification_GetUpdateTimestamp (IntPtr obj) |
|
static string | ovr_PartyUpdateNotification_GetUserAlias (IntPtr obj) |
|
static string | ovr_PartyUpdateNotification_GetUserName (IntPtr obj) |
|
static string | ovr_Pid_GetId (IntPtr obj) |
|
static string | ovr_Price_GetCurrency (IntPtr obj) |
|
static string | ovr_Price_GetFormatted (IntPtr obj) |
|
static string | ovr_Product_GetDescription (IntPtr obj) |
|
static string | ovr_Product_GetFormattedPrice (IntPtr obj) |
|
static string | ovr_Product_GetName (IntPtr obj) |
|
static string | ovr_Product_GetSKU (IntPtr obj) |
|
static string | ovr_ProductArray_GetNextUrl (IntPtr obj) |
|
static DateTime | ovr_Purchase_GetExpirationTime (IntPtr obj) |
|
static DateTime | ovr_Purchase_GetGrantTime (IntPtr obj) |
|
static string | ovr_Purchase_GetPurchaseStrID (IntPtr obj) |
|
static string | ovr_Purchase_GetSKU (IntPtr obj) |
|
static string | ovr_PurchaseArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_Room_GetDescription (IntPtr obj) |
|
static string | ovr_Room_GetName (IntPtr obj) |
|
static string | ovr_RoomArray_GetNextUrl (IntPtr obj) |
|
static DateTime | ovr_RoomInviteNotification_GetSentTime (IntPtr obj) |
|
static string | ovr_RoomInviteNotificationArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_Team_GetName (IntPtr obj) |
|
static string | ovr_TestUser_GetAccessToken (IntPtr obj) |
|
static string | ovr_TestUser_GetFriendAccessToken (IntPtr obj) |
|
static string | ovr_TestUser_GetUserAlias (IntPtr obj) |
|
static string | ovr_TestUserAppAccess_GetAccessToken (IntPtr obj) |
|
static string | ovr_User_GetDisplayName (IntPtr obj) |
|
static string | ovr_User_GetImageUrl (IntPtr obj) |
|
static string | ovr_User_GetInviteToken (IntPtr obj) |
|
static string | ovr_User_GetOculusID (IntPtr obj) |
|
static string | ovr_User_GetPresence (IntPtr obj) |
|
static string | ovr_User_GetPresenceDeeplinkMessage (IntPtr obj) |
|
static string | ovr_User_GetPresenceDestinationApiName (IntPtr obj) |
|
static string | ovr_User_GetPresenceLobbySessionId (IntPtr obj) |
|
static string | ovr_User_GetPresenceMatchSessionId (IntPtr obj) |
|
static string | ovr_User_GetSmallImageUrl (IntPtr obj) |
|
static string | ovr_UserAndRoomArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_UserArray_GetNextUrl (IntPtr obj) |
|
static string | ovr_UserProof_GetNonce (IntPtr obj) |
|
static void | ovr_AdvancedAbuseReportOptions_SetObjectType (IntPtr handle, string value) |
|
static void | ovr_ApplicationOptions_SetDeeplinkMessage (IntPtr handle, string value) |
|
static void | ovr_ChallengeOptions_SetDescription (IntPtr handle, string value) |
|
static void | ovr_ChallengeOptions_SetEndDate (IntPtr handle, DateTime value) |
|
static void | ovr_ChallengeOptions_SetLeaderboardName (IntPtr handle, string value) |
|
static void | ovr_ChallengeOptions_SetStartDate (IntPtr handle, DateTime value) |
|
static void | ovr_ChallengeOptions_SetTitle (IntPtr handle, string value) |
|
static void | ovr_GroupPresenceOptions_SetDestinationApiName (IntPtr handle, string value) |
|
static void | ovr_GroupPresenceOptions_SetLobbySessionId (IntPtr handle, string value) |
|
static void | ovr_GroupPresenceOptions_SetMatchSessionId (IntPtr handle, string value) |
|
static void | ovr_MatchmakingOptions_SetCreateRoomDataStoreString (IntPtr handle, string key, string value) |
|
static void | ovr_MatchmakingOptions_SetEnqueueDataSettingsInt (IntPtr handle, string key, int value) |
|
static void | ovr_MatchmakingOptions_SetEnqueueDataSettingsDouble (IntPtr handle, string key, double value) |
|
static void | ovr_MatchmakingOptions_SetEnqueueDataSettingsString (IntPtr handle, string key, string value) |
|
static void | ovr_MatchmakingOptions_SetEnqueueQueryKey (IntPtr handle, string value) |
|
static void | ovr_NetSyncOptions_SetVoipGroup (IntPtr handle, string value) |
|
static void | ovr_NetSyncOptions_SetZoneId (IntPtr handle, string value) |
|
static void | ovr_RichPresenceOptions_SetApiName (IntPtr handle, string value) |
|
static void | ovr_RichPresenceOptions_SetArgsString (IntPtr handle, string key, string value) |
|
static void | ovr_RichPresenceOptions_SetDeeplinkMessageOverride (IntPtr handle, string value) |
|
static void | ovr_RichPresenceOptions_SetEndTime (IntPtr handle, DateTime value) |
|
static void | ovr_RichPresenceOptions_SetInstanceId (IntPtr handle, string value) |
|
static void | ovr_RichPresenceOptions_SetJoinableId (IntPtr handle, string value) |
|
static void | ovr_RichPresenceOptions_SetLobbySessionId (IntPtr handle, string value) |
|
static void | ovr_RichPresenceOptions_SetMatchSessionId (IntPtr handle, string value) |
|
static void | ovr_RichPresenceOptions_SetStartTime (IntPtr handle, DateTime value) |
|
static void | ovr_RoomOptions_SetDataStoreString (IntPtr handle, string key, string value) |
|