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

CAPI Class

The CAPI class provides an interface to the OculusPlatform SDK, which allows developers to access various features of the Meta Quest platform such as user authentication, entitlement checks, cloud storage, and more. The class contains several methods that can be used to interact with the platform, including initialization, message queue access, VOIP, and logging. The class also includes several structs and enums that are used to represent data types and constants specific to the platform. See more details here.

Fields

DLL_NAME : const string
The DLL_NAME constant specifies the name of the DLL (Dynamic Link Library) file that contains the implementation of the OculusPlatform API. The value of this constant depends on the platform and architecture of the application.
Signature
const string Oculus.Platform.CAPI.DLL_NAME
VoipFilterBufferSize : const int
The VoipFilterBufferSize constant specifies the size of the buffer used for VOIP (Voice over Internet Protocol) filtering. It gets passed to the FilterCallback() function to specify the size of the buffer.
Signature
const int Oculus.Platform.CAPI.VoipFilterBufferSize

Methods

FilterCallback ( pcmData , pcmDataLength , frequency , numChannels )
Signature
delegate void Oculus.Platform.CAPI.FilterCallback([MarshalAs(UnmanagedType.LPArray, SizeConst=VoipFilterBufferSize), In, Out] short[] pcmData, UIntPtr pcmDataLength, int frequency, int numChannels)
Parameters
pcmData: short []
pcmDataLength: UIntPtr
frequency: int
numChannels: int
Returns
delegate void
ovr_AbuseReport_LaunchAdvancedReportFlow ( content_id , abuse_report_options )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AbuseReport_LaunchAdvancedReportFlow(UInt64 content_id, IntPtr abuse_report_options)
Parameters
content_id: UInt64
abuse_report_options: IntPtr
Returns
ulong
ovr_AbuseReport_ReportRequestHandled ( response )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AbuseReport_ReportRequestHandled(ReportRequestResponse response)
Parameters
Returns
ulong
ovr_AbuseReportOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AbuseReportOptions_Create()
Returns
IntPtr
ovr_AbuseReportOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AbuseReportOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_AbuseReportOptions_SetPreventPeopleChooser ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AbuseReportOptions_SetPreventPeopleChooser(IntPtr handle, bool value)
Parameters
handle: IntPtr
value: bool
Returns
void
ovr_AbuseReportOptions_SetReportType ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AbuseReportOptions_SetReportType(IntPtr handle, AbuseReportType value)
Parameters
handle: IntPtr
Returns
void
ovr_AchievementDefinition_GetBitfieldLength ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static uint Oculus.Platform.CAPI.ovr_AchievementDefinition_GetBitfieldLength(IntPtr obj)
Parameters
obj: IntPtr
Returns
uint
ovr_AchievementDefinition_GetTarget ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AchievementDefinition_GetTarget(IntPtr obj)
Parameters
obj: IntPtr
Returns
ulong
ovr_AchievementDefinition_GetType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static AchievementType Oculus.Platform.CAPI.ovr_AchievementDefinition_GetType(IntPtr obj)
Parameters
obj: IntPtr
ovr_AchievementDefinitionArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_AchievementDefinitionArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_AchievementDefinitionArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_AchievementProgress_GetCount ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AchievementProgress_GetCount(IntPtr obj)
Parameters
obj: IntPtr
Returns
ulong
ovr_AchievementProgress_GetIsUnlocked ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_AchievementProgress_GetIsUnlocked(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_AchievementProgressArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AchievementProgressArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_AchievementProgressArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_AchievementProgressArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_AchievementProgressArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_AchievementProgressArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_Achievements_GetAllDefinitions ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_GetAllDefinitions()
Returns
ulong
ovr_Achievements_GetAllProgress ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_GetAllProgress()
Returns
ulong
ovr_Achievements_GetDefinitionsByName ( names , count )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_GetDefinitionsByName(string[] names, int count)
Parameters
names: string []
count: int
Returns
ulong
ovr_Achievements_GetProgressByName ( names , count )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_GetProgressByName(string[] names, int count)
Parameters
names: string []
count: int
Returns
ulong
ovr_AchievementUpdate_GetJustUnlocked ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_AchievementUpdate_GetJustUnlocked(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_AdvancedAbuseReportOptions_AddSuggestedUser ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_AddSuggestedUser(IntPtr handle, UInt64 value)
Parameters
handle: IntPtr
value: UInt64
Returns
void
ovr_AdvancedAbuseReportOptions_ClearDeveloperDefinedContext ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_ClearDeveloperDefinedContext(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_AdvancedAbuseReportOptions_ClearSuggestedUsers ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_ClearSuggestedUsers(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_AdvancedAbuseReportOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_Create()
Returns
IntPtr
ovr_AdvancedAbuseReportOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_AdvancedAbuseReportOptions_SetReportType ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_SetReportType(IntPtr handle, AbuseReportType value)
Parameters
handle: IntPtr
Returns
void
ovr_AdvancedAbuseReportOptions_SetVideoMode ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_SetVideoMode(IntPtr handle, AbuseReportVideoMode value)
Parameters
handle: IntPtr
Returns
void
ovr_AppDownloadProgressResult_GetDownloadBytes ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_AppDownloadProgressResult_GetDownloadBytes(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_AppDownloadProgressResult_GetDownloadedBytes ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_AppDownloadProgressResult_GetDownloadedBytes(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_AppDownloadProgressResult_GetStatusCode ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static AppStatus Oculus.Platform.CAPI.ovr_AppDownloadProgressResult_GetStatusCode(IntPtr obj)
Parameters
obj: IntPtr
Returns
AppStatus
ovr_AppDownloadResult_GetAppInstallResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static AppInstallResult Oculus.Platform.CAPI.ovr_AppDownloadResult_GetAppInstallResult(IntPtr obj)
Parameters
obj: IntPtr
ovr_AppDownloadResult_GetTimestamp ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_AppDownloadResult_GetTimestamp(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_Application_CancelAppDownload ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_CancelAppDownload()
Returns
ulong
ovr_Application_CheckAppDownloadProgress ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_CheckAppDownloadProgress()
Returns
ulong
ovr_Application_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_Application_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_Application_GetInstalledApplications ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_GetInstalledApplications()
Returns
ulong
ovr_Application_GetVersion ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_GetVersion()
Returns
ulong
ovr_Application_InstallAppUpdateAndRelaunch ( deeplink_options )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_InstallAppUpdateAndRelaunch(IntPtr deeplink_options)
Parameters
deeplink_options: IntPtr
Returns
ulong
ovr_Application_LaunchOtherApp ( appID , deeplink_options )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_LaunchOtherApp(UInt64 appID, IntPtr deeplink_options)
Parameters
appID: UInt64
deeplink_options: IntPtr
Returns
ulong
ovr_Application_StartAppDownload ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Application_StartAppDownload()
Returns
ulong
ovr_ApplicationInvite_GetDestination ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationInvite_GetDestination(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_ApplicationInvite_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_ApplicationInvite_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_ApplicationInvite_GetIsActive ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_ApplicationInvite_GetIsActive(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_ApplicationInvite_GetRecipient ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationInvite_GetRecipient(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_ApplicationInviteArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationInviteArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_ApplicationInviteArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_ApplicationInviteArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_ApplicationInviteArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_ApplicationInviteArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_ApplicationLifecycle_GetLaunchDetails ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationLifecycle_GetLaunchDetails()
Returns
IntPtr
ovr_ApplicationLifecycle_GetRegisteredPIDs ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_ApplicationLifecycle_GetRegisteredPIDs()
Returns
ulong
ovr_ApplicationLifecycle_GetSessionKey ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_ApplicationLifecycle_GetSessionKey()
Returns
ulong
ovr_ApplicationOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ApplicationOptions_Create()
Returns
IntPtr
ovr_ApplicationOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ApplicationOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_ApplicationOptions_SetRoomId ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ApplicationOptions_SetRoomId(IntPtr handle, UInt64 value)
Parameters
handle: IntPtr
value: UInt64
Returns
void
ovr_ApplicationVersion_GetCurrentCode ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_ApplicationVersion_GetCurrentCode(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_ApplicationVersion_GetLatestCode ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_ApplicationVersion_GetLatestCode(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_ApplicationVersion_GetReleaseDate ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_ApplicationVersion_GetReleaseDate(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_AssetDetails_GetAssetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetDetails_GetAssetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_AssetDetails_GetLanguage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AssetDetails_GetLanguage(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_AssetDetailsArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AssetDetailsArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_AssetDetailsArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_AssetDetailsArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_AssetFile_Delete ( assetFileID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_Delete(UInt64 assetFileID)
Parameters
assetFileID: UInt64
Returns
ulong
ovr_AssetFile_DeleteById ( assetFileID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DeleteById(UInt64 assetFileID)
Parameters
assetFileID: UInt64
Returns
ulong
ovr_AssetFile_Download ( assetFileID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_Download(UInt64 assetFileID)
Parameters
assetFileID: UInt64
Returns
ulong
ovr_AssetFile_DownloadById ( assetFileID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadById(UInt64 assetFileID)
Parameters
assetFileID: UInt64
Returns
ulong
ovr_AssetFile_DownloadCancel ( assetFileID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadCancel(UInt64 assetFileID)
Parameters
assetFileID: UInt64
Returns
ulong
ovr_AssetFile_DownloadCancelById ( assetFileID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadCancelById(UInt64 assetFileID)
Parameters
assetFileID: UInt64
Returns
ulong
ovr_AssetFile_GetList ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_GetList()
Returns
ulong
ovr_AssetFile_Status ( assetFileID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_Status(UInt64 assetFileID)
Parameters
assetFileID: UInt64
Returns
ulong
ovr_AssetFile_StatusById ( assetFileID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_StatusById(UInt64 assetFileID)
Parameters
assetFileID: UInt64
Returns
ulong
ovr_AssetFileDeleteResult_GetAssetFileId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetAssetFileId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_AssetFileDeleteResult_GetAssetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetAssetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_AssetFileDeleteResult_GetSuccess ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetSuccess(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_AssetFileDownloadCancelResult_GetAssetFileId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetAssetFileId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_AssetFileDownloadCancelResult_GetAssetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetAssetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_AssetFileDownloadCancelResult_GetSuccess ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetSuccess(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_AssetFileDownloadResult_GetAssetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadResult_GetAssetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_AssetFileDownloadUpdate_GetAssetFileId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetAssetFileId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_AssetFileDownloadUpdate_GetAssetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetAssetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_AssetFileDownloadUpdate_GetBytesTotal ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static uint Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTotal(IntPtr obj)
Parameters
obj: IntPtr
Returns
uint
ovr_AssetFileDownloadUpdate_GetBytesTotalLong ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTotalLong(IntPtr obj)
Parameters
obj: IntPtr
Returns
ulong
ovr_AssetFileDownloadUpdate_GetBytesTransferred ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTransferred(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_AssetFileDownloadUpdate_GetBytesTransferredLong ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetBytesTransferredLong(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_AssetFileDownloadUpdate_GetCompleted ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_AssetFileDownloadUpdate_GetCompleted(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_Avatar_LaunchAvatarEditor ( options )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Avatar_LaunchAvatarEditor(IntPtr options)
Parameters
options: IntPtr
Returns
ulong
ovr_AvatarEditorOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_AvatarEditorOptions_Create()
Returns
IntPtr
ovr_AvatarEditorOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AvatarEditorOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_AvatarEditorResult_GetRequestSent ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_AvatarEditorResult_GetRequestSent(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_BillingPlan_GetPaidOffer ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_BillingPlan_GetPaidOffer(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_BillingPlan_GetTrialOffers ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_BillingPlan_GetTrialOffers(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_BillingPlanArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_BillingPlanArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_BillingPlanArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_BillingPlanArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_BlockedUser_GetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_BlockedUser_GetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_BlockedUserArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_BlockedUserArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_BlockedUserArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_BlockedUserArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_BlockedUserArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_BlockedUserArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_Challenge_GetCreationType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ChallengeCreationType Oculus.Platform.CAPI.ovr_Challenge_GetCreationType(IntPtr obj)
Parameters
obj: IntPtr
ovr_Challenge_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_Challenge_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_Challenge_GetInvitedUsers ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Challenge_GetInvitedUsers(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Challenge_GetLeaderboard ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Challenge_GetLeaderboard(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Challenge_GetParticipants ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Challenge_GetParticipants(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Challenge_GetVisibility ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ChallengeVisibility Oculus.Platform.CAPI.ovr_Challenge_GetVisibility(IntPtr obj)
Parameters
obj: IntPtr
ovr_ChallengeArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ChallengeArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_ChallengeArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_ChallengeArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_ChallengeArray_GetTotalCount ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_ChallengeArray_GetTotalCount(IntPtr obj)
Parameters
obj: IntPtr
Returns
ulong
ovr_ChallengeArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_ChallengeArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_ChallengeArray_HasPreviousPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_ChallengeArray_HasPreviousPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_ChallengeEntry_GetExtraDataLength ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static uint Oculus.Platform.CAPI.ovr_ChallengeEntry_GetExtraDataLength(IntPtr obj)
Parameters
obj: IntPtr
Returns
uint
ovr_ChallengeEntry_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_ChallengeEntry_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_ChallengeEntry_GetRank ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_ChallengeEntry_GetRank(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_ChallengeEntry_GetScore ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_ChallengeEntry_GetScore(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_ChallengeEntry_GetUser ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ChallengeEntry_GetUser(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_ChallengeEntryArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_ChallengeEntryArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_ChallengeEntryArray_GetTotalCount ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetTotalCount(IntPtr obj)
Parameters
obj: IntPtr
Returns
ulong
ovr_ChallengeEntryArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_ChallengeEntryArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_ChallengeEntryArray_HasPreviousPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_ChallengeEntryArray_HasPreviousPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_ChallengeOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ChallengeOptions_Create()
Returns
IntPtr
ovr_ChallengeOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_ChallengeOptions_SetIncludeActiveChallenges ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetIncludeActiveChallenges(IntPtr handle, bool value)
Parameters
handle: IntPtr
value: bool
Returns
void
ovr_ChallengeOptions_SetIncludeFutureChallenges ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetIncludeFutureChallenges(IntPtr handle, bool value)
Parameters
handle: IntPtr
value: bool
Returns
void
ovr_ChallengeOptions_SetIncludePastChallenges ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetIncludePastChallenges(IntPtr handle, bool value)
Parameters
handle: IntPtr
value: bool
Returns
void
ovr_ChallengeOptions_SetViewerFilter ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetViewerFilter(IntPtr handle, ChallengeViewerFilter value)
Parameters
handle: IntPtr
Returns
void
ovr_ChallengeOptions_SetVisibility ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetVisibility(IntPtr handle, ChallengeVisibility value)
Parameters
handle: IntPtr
Returns
void
ovr_Challenges_DeclineInvite ( challengeID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_DeclineInvite(UInt64 challengeID)
Parameters
challengeID: UInt64
Returns
ulong
ovr_Challenges_Delete ( challengeID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_Delete(UInt64 challengeID)
Parameters
challengeID: UInt64
Returns
ulong
ovr_Challenges_Get ( challengeID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_Get(UInt64 challengeID)
Parameters
challengeID: UInt64
Returns
ulong
ovr_Challenges_GetEntries ( challengeID , limit , filter , startAt )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_GetEntries(UInt64 challengeID, int limit, LeaderboardFilterType filter, LeaderboardStartAt startAt)
Parameters
challengeID: UInt64
limit: int
Returns
ulong
ovr_Challenges_GetEntriesAfterRank ( challengeID , limit , afterRank )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_GetEntriesAfterRank(UInt64 challengeID, int limit, ulong afterRank)
Parameters
challengeID: UInt64
limit: int
afterRank: ulong
Returns
ulong
ovr_Challenges_GetEntriesByIds ( challengeID , limit , startAt , userIDs , userIDLength )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_GetEntriesByIds(UInt64 challengeID, int limit, LeaderboardStartAt startAt, UInt64[] userIDs, uint userIDLength)
Parameters
challengeID: UInt64
limit: int
userIDs: UInt64 []
userIDLength: uint
Returns
ulong
ovr_Challenges_GetList ( challengeOptions , limit )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_GetList(IntPtr challengeOptions, int limit)
Parameters
challengeOptions: IntPtr
limit: int
Returns
ulong
ovr_Challenges_GetNextChallenges ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_GetNextChallenges(IntPtr handle)
Parameters
handle: IntPtr
Returns
ulong
ovr_Challenges_GetNextEntries ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_GetNextEntries(IntPtr handle)
Parameters
handle: IntPtr
Returns
ulong
ovr_Challenges_GetPreviousChallenges ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_GetPreviousChallenges(IntPtr handle)
Parameters
handle: IntPtr
Returns
ulong
ovr_Challenges_GetPreviousEntries ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_GetPreviousEntries(IntPtr handle)
Parameters
handle: IntPtr
Returns
ulong
ovr_Challenges_Join ( challengeID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_Join(UInt64 challengeID)
Parameters
challengeID: UInt64
Returns
ulong
ovr_Challenges_Leave ( challengeID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_Leave(UInt64 challengeID)
Parameters
challengeID: UInt64
Returns
ulong
ovr_Challenges_UpdateInfo ( challengeID , challengeOptions )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_UpdateInfo(UInt64 challengeID, IntPtr challengeOptions)
Parameters
challengeID: UInt64
challengeOptions: IntPtr
Returns
ulong
ovr_Colocation_GetCurrentMapUuid ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Colocation_GetCurrentMapUuid()
Returns
ulong
ovr_ContentRating_GetDescriptorsSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static uint Oculus.Platform.CAPI.ovr_ContentRating_GetDescriptorsSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
uint
ovr_ContentRating_GetInteractiveElementsSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static uint Oculus.Platform.CAPI.ovr_ContentRating_GetInteractiveElementsSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
uint
ovr_Cowatching_GetPresenterData ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_GetPresenterData()
Returns
ulong
ovr_Cowatching_GetViewersData ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_GetViewersData()
Returns
ulong
ovr_Cowatching_IsInSession ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_IsInSession()
Returns
ulong
ovr_Cowatching_JoinSession ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_JoinSession()
Returns
ulong
ovr_Cowatching_LaunchInviteDialog ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_LaunchInviteDialog()
Returns
ulong
ovr_Cowatching_LeaveSession ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_LeaveSession()
Returns
ulong
ovr_Cowatching_RequestToPresent ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_RequestToPresent()
Returns
ulong
ovr_Cowatching_ResignFromPresenting ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_ResignFromPresenting()
Returns
ulong
ovr_CowatchingState_GetInSession ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_CowatchingState_GetInSession(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_CowatchViewer_GetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_CowatchViewer_GetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_CowatchViewerArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_CowatchViewerArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_CowatchViewerArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_CowatchViewerArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_CowatchViewerArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_CowatchViewerArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_CowatchViewerUpdate_GetDataList ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_CowatchViewerUpdate_GetDataList(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_CowatchViewerUpdate_GetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_CowatchViewerUpdate_GetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_CrashApplication ()
Signature
static void Oculus.Platform.CAPI.ovr_CrashApplication()
Returns
void
ovr_DataStore_GetNumKeys ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_DataStore_GetNumKeys(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_DestinationArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_DestinationArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_DestinationArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_DestinationArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_DestinationArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_DestinationArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_Entitlement_GetIsViewerEntitled ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Entitlement_GetIsViewerEntitled()
Returns
ulong
ovr_Error_GetCode ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_Error_GetCode(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_Error_GetHttpCode ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_Error_GetHttpCode(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_FreeMessage ( message )
Signature
static void Oculus.Platform.CAPI.ovr_FreeMessage(IntPtr message)
Parameters
message: IntPtr
Returns
void
ovr_GroupPresence_Clear ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_Clear()
Returns
ulong
ovr_GroupPresence_GetInvitableUsers ( options )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_GetInvitableUsers(IntPtr options)
Parameters
options: IntPtr
Returns
ulong
ovr_GroupPresence_GetSentInvites ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_GetSentInvites()
Returns
ulong
ovr_GroupPresence_LaunchInvitePanel ( options )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_LaunchInvitePanel(IntPtr options)
Parameters
options: IntPtr
Returns
ulong
ovr_GroupPresence_LaunchMultiplayerErrorDialog ( options )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_LaunchMultiplayerErrorDialog(IntPtr options)
Parameters
options: IntPtr
Returns
ulong
ovr_GroupPresence_LaunchRosterPanel ( options )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_LaunchRosterPanel(IntPtr options)
Parameters
options: IntPtr
Returns
ulong
ovr_GroupPresence_SendInvites ( userIDs , userIDLength )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SendInvites(UInt64[] userIDs, uint userIDLength)
Parameters
userIDs: UInt64 []
userIDLength: uint
Returns
ulong
ovr_GroupPresence_Set ( groupPresenceOptions )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_Set(IntPtr groupPresenceOptions)
Parameters
groupPresenceOptions: IntPtr
Returns
ulong
ovr_GroupPresence_SetIsJoinable ( is_joinable )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SetIsJoinable(bool is_joinable)
Parameters
is_joinable: bool
Returns
ulong
ovr_GroupPresenceOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_GroupPresenceOptions_Create()
Returns
IntPtr
ovr_GroupPresenceOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_GroupPresenceOptions_SetIsJoinable ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_SetIsJoinable(IntPtr handle, bool value)
Parameters
handle: IntPtr
value: bool
Returns
void
ovr_HTTP_GetWithMessageType ( url , messageType )
Signature
static ulong Oculus.Platform.CAPI.ovr_HTTP_GetWithMessageType(string url, int messageType)
Parameters
url: string
messageType: int
Returns
ulong
ovr_HTTP_Write ( transferId , bytes , length )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_HTTP_Write(ulong transferId, byte[] bytes, UIntPtr length)
Parameters
transferId: ulong
bytes: byte []
length: UIntPtr
Returns
bool
ovr_HTTP_WriteEOM ( transferId )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_HTTP_WriteEOM(ulong transferId)
Parameters
transferId: ulong
Returns
void
ovr_HttpTransferUpdate_GetBytes ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_HttpTransferUpdate_GetBytes(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_HttpTransferUpdate_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_HttpTransferUpdate_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
ulong
ovr_HttpTransferUpdate_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_HttpTransferUpdate_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_HttpTransferUpdate_IsCompleted ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_HttpTransferUpdate_IsCompleted(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_IAP_GetProductsBySKU ( skus , count )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_IAP_GetProductsBySKU(string[] skus, int count)
Parameters
skus: string []
count: int
Returns
ulong
ovr_IAP_GetViewerPurchases ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_IAP_GetViewerPurchases()
Returns
ulong
ovr_IAP_GetViewerPurchasesDurableCache ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_IAP_GetViewerPurchasesDurableCache()
Returns
ulong
ovr_InstalledApplication_GetVersionCode ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_InstalledApplication_GetVersionCode(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_InstalledApplicationArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_InstalledApplicationArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_InstalledApplicationArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_InstalledApplicationArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_InviteOptions_AddSuggestedUser ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_InviteOptions_AddSuggestedUser(IntPtr handle, UInt64 value)
Parameters
handle: IntPtr
value: UInt64
Returns
void
ovr_InviteOptions_ClearSuggestedUsers ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_InviteOptions_ClearSuggestedUsers(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_InviteOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_InviteOptions_Create()
Returns
IntPtr
ovr_InviteOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_InviteOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_InvitePanelResultInfo_GetInvitesSent ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_InvitePanelResultInfo_GetInvitesSent(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LanguagePack_GetCurrent ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_LanguagePack_GetCurrent()
Returns
ulong
ovr_LaunchBlockFlowResult_GetDidBlock ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LaunchBlockFlowResult_GetDidBlock(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LaunchBlockFlowResult_GetDidCancel ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LaunchBlockFlowResult_GetDidCancel(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LaunchDetails_GetLaunchType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static LaunchType Oculus.Platform.CAPI.ovr_LaunchDetails_GetLaunchType(IntPtr obj)
Parameters
obj: IntPtr
Returns
LaunchType
ovr_LaunchDetails_GetUsers ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_LaunchDetails_GetUsers(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_LaunchFriendRequestFlowResult_GetDidCancel ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LaunchFriendRequestFlowResult_GetDidCancel(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LaunchFriendRequestFlowResult_GetDidSendRequest ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LaunchFriendRequestFlowResult_GetDidSendRequest(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LaunchInvitePanelFlowResult_GetInvitedUsers ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_LaunchInvitePanelFlowResult_GetInvitedUsers(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_LaunchReportFlowResult_GetDidCancel ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LaunchReportFlowResult_GetDidCancel(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LaunchReportFlowResult_GetUserReportId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_LaunchReportFlowResult_GetUserReportId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_LaunchUnblockFlowResult_GetDidCancel ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LaunchUnblockFlowResult_GetDidCancel(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LaunchUnblockFlowResult_GetDidUnblock ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LaunchUnblockFlowResult_GetDidUnblock(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_Leaderboard_GetDestination ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Leaderboard_GetDestination(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Leaderboard_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_Leaderboard_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_Leaderboard_GetNextEntries ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetNextEntries(IntPtr handle)
Parameters
handle: IntPtr
Returns
ulong
ovr_Leaderboard_GetPreviousEntries ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetPreviousEntries(IntPtr handle)
Parameters
handle: IntPtr
Returns
ulong
ovr_LeaderboardArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_LeaderboardArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_LeaderboardArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_LeaderboardArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_LeaderboardArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LeaderboardArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LeaderboardEntry_GetExtraDataLength ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static uint Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetExtraDataLength(IntPtr obj)
Parameters
obj: IntPtr
Returns
uint
ovr_LeaderboardEntry_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_LeaderboardEntry_GetRank ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetRank(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_LeaderboardEntry_GetScore ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetScore(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_LeaderboardEntry_GetSupplementaryMetric ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetSupplementaryMetric(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_LeaderboardEntry_GetUser ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetUser(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_LeaderboardEntryArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_LeaderboardEntryArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_LeaderboardEntryArray_GetTotalCount ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetTotalCount(IntPtr obj)
Parameters
obj: IntPtr
Returns
ulong
ovr_LeaderboardEntryArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LeaderboardEntryArray_HasPreviousPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_HasPreviousPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LeaderboardUpdateStatus_GetDidUpdate ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LeaderboardUpdateStatus_GetDidUpdate(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LeaderboardUpdateStatus_GetUpdatedChallengeId ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_LeaderboardUpdateStatus_GetUpdatedChallengeId(IntPtr obj, uint index)
Parameters
obj: IntPtr
index: uint
Returns
UInt64
ovr_LeaderboardUpdateStatus_GetUpdatedChallengeIdsSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static uint Oculus.Platform.CAPI.ovr_LeaderboardUpdateStatus_GetUpdatedChallengeIdsSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
uint
ovr_LinkedAccount_GetServiceProvider ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ServiceProvider Oculus.Platform.CAPI.ovr_LinkedAccount_GetServiceProvider(IntPtr obj)
Parameters
obj: IntPtr
ovr_LinkedAccountArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_LinkedAccountArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_LinkedAccountArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_LinkedAccountArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_Livestreaming_StartPartyStream ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Livestreaming_StartPartyStream()
Returns
ulong
ovr_Livestreaming_StartStream ( audience , micStatus )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Livestreaming_StartStream(LivestreamingAudience audience, LivestreamingMicrophoneStatus micStatus)
Returns
ulong
ovr_Livestreaming_StopPartyStream ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Livestreaming_StopPartyStream()
Returns
ulong
ovr_Livestreaming_StopStream ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Livestreaming_StopStream()
Returns
ulong
ovr_Livestreaming_UpdateMicStatus ( micStatus )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Livestreaming_UpdateMicStatus(LivestreamingMicrophoneStatus micStatus)
Parameters
Returns
ulong
ovr_LivestreamingApplicationStatus_GetStreamingEnabled ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LivestreamingApplicationStatus_GetStreamingEnabled(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LivestreamingStartResult_GetStreamingResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static LivestreamingStartStatus Oculus.Platform.CAPI.ovr_LivestreamingStartResult_GetStreamingResult(IntPtr obj)
Parameters
obj: IntPtr
ovr_LivestreamingStatus_GetCommentsVisible ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetCommentsVisible(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LivestreamingStatus_GetIsPaused ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetIsPaused(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LivestreamingStatus_GetLivestreamingEnabled ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetLivestreamingEnabled(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LivestreamingStatus_GetLivestreamingType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetLivestreamingType(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_LivestreamingStatus_GetMicEnabled ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_LivestreamingStatus_GetMicEnabled(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_LivestreamingVideoStats_GetCommentCount ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_LivestreamingVideoStats_GetCommentCount(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_LivestreamingVideoStats_GetReactionCount ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_LivestreamingVideoStats_GetReactionCount(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_Log_NewEvent ( eventName , values , length )
Signature
static void Oculus.Platform.CAPI.ovr_Log_NewEvent(IntPtr eventName, IntPtr[] values, UIntPtr length)
Parameters
eventName: IntPtr
values: IntPtr []
length: UIntPtr
Returns
void
ovr_Message_GetAbuseReportRecording ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAbuseReportRecording(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAchievementDefinitionArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAchievementDefinitionArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAchievementProgressArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAchievementProgressArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAchievementUpdate ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAchievementUpdate(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAppDownloadProgressResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAppDownloadProgressResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAppDownloadResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAppDownloadResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetApplicationInviteArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetApplicationInviteArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetApplicationVersion ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetApplicationVersion(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAssetDetails ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetDetails(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAssetDetailsArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetDetailsArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAssetFileDeleteResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetFileDeleteResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAssetFileDownloadCancelResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetFileDownloadCancelResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAssetFileDownloadResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetFileDownloadResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAssetFileDownloadUpdate ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAssetFileDownloadUpdate(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetAvatarEditorResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetAvatarEditorResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetBlockedUserArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetBlockedUserArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetChallenge ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetChallenge(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetChallengeArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetChallengeArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetChallengeEntryArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetChallengeEntryArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetCowatchingState ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCowatchingState(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetCowatchViewerArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCowatchViewerArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetCowatchViewerUpdate ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetCowatchViewerUpdate(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetDataStore ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetDataStore(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetDestinationArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetDestinationArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetError ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetError(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetGroupPresenceJoinIntent ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetGroupPresenceJoinIntent(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetGroupPresenceLeaveIntent ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetGroupPresenceLeaveIntent(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetHttpTransferUpdate ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetHttpTransferUpdate(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetInstalledApplicationArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetInstalledApplicationArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetInvitePanelResultInfo ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetInvitePanelResultInfo(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLaunchBlockFlowResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchBlockFlowResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLaunchFriendRequestFlowResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchFriendRequestFlowResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLaunchInvitePanelFlowResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchInvitePanelFlowResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLaunchReportFlowResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchReportFlowResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLaunchUnblockFlowResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLaunchUnblockFlowResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLeaderboardArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLeaderboardArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLeaderboardEntryArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLeaderboardEntryArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLeaderboardUpdateStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLeaderboardUpdateStatus(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLinkedAccountArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLinkedAccountArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLivestreamingApplicationStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLivestreamingApplicationStatus(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLivestreamingStartResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLivestreamingStartResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLivestreamingStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLivestreamingStatus(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetLivestreamingVideoStats ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetLivestreamingVideoStats(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetMicrophoneAvailabilityState ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetMicrophoneAvailabilityState(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetNativeMessage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNativeMessage(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetNetSyncConnection ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncConnection(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetNetSyncSessionArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncSessionArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetNetSyncSessionsChangedNotification ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncSessionsChangedNotification(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetNetSyncSetSessionPropertyResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncSetSessionPropertyResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetNetSyncVoipAttenuationValueArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetNetSyncVoipAttenuationValueArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetOrgScopedID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetOrgScopedID(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetParty ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetParty(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetPartyID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPartyID(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetPartyUpdateNotification ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPartyUpdateNotification(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetPidArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPidArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetPlatformInitialize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPlatformInitialize(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetProductArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetProductArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetPurchase ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPurchase(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetPurchaseArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPurchaseArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetPushNotificationResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetPushNotificationResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetRejoinDialogResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetRejoinDialogResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetRequestID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Message_GetRequestID(IntPtr obj)
Parameters
obj: IntPtr
Returns
ulong
ovr_Message_GetSdkAccountArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetSdkAccountArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetSendInvitesResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetSendInvitesResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetShareMediaResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetShareMediaResult(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetSystemVoipState ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetSystemVoipState(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static Message.MessageType Oculus.Platform.CAPI.ovr_Message_GetType(IntPtr obj)
Parameters
obj: IntPtr
ovr_Message_GetUser ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUser(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetUserAccountAgeCategory ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserAccountAgeCategory(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetUserArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetUserCapabilityArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserCapabilityArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetUserDataStoreUpdateResponse ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserDataStoreUpdateResponse(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetUserProof ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserProof(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_GetUserReportID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Message_GetUserReportID(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Message_IsError ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_Message_IsError(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_Microphone_Create ()
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Microphone_Create()
Returns
IntPtr
ovr_Microphone_Destroy ( obj )
Signature
static void Oculus.Platform.CAPI.ovr_Microphone_Destroy(IntPtr obj)
Parameters
obj: IntPtr
Returns
void
ovr_Microphone_GetNumSamplesAvailable ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_GetNumSamplesAvailable(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_Microphone_GetOutputBufferMaxSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_GetOutputBufferMaxSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_Microphone_GetPCM ( obj , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_GetPCM(IntPtr obj, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
obj: IntPtr
outputBuffer: Int16 []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_Microphone_GetPCMFloat ( obj , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_GetPCMFloat(IntPtr obj, float[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
obj: IntPtr
outputBuffer: float []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_Microphone_ReadData ( obj , outputBuffer , outputBufferSize )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Microphone_ReadData(IntPtr obj, float[] outputBuffer, UIntPtr outputBufferSize)
Parameters
obj: IntPtr
outputBuffer: float []
outputBufferSize: UIntPtr
Returns
UIntPtr
ovr_Microphone_SetAcceptableRecordingDelayHint ( obj , delayMs )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Microphone_SetAcceptableRecordingDelayHint(IntPtr obj, UIntPtr delayMs)
Parameters
obj: IntPtr
delayMs: UIntPtr
Returns
void
ovr_Microphone_Start ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Microphone_Start(IntPtr obj)
Parameters
obj: IntPtr
Returns
void
ovr_Microphone_Stop ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Microphone_Stop(IntPtr obj)
Parameters
obj: IntPtr
Returns
void
ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_MicrophoneAvailabilityState_GetMicrophoneAvailable(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_MultiplayerErrorOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_MultiplayerErrorOptions_Create()
Returns
IntPtr
ovr_MultiplayerErrorOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_MultiplayerErrorOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_MultiplayerErrorOptions_SetErrorKey ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_MultiplayerErrorOptions_SetErrorKey(IntPtr handle, MultiplayerErrorErrorKey value)
Parameters
handle: IntPtr
Returns
void
ovr_NetSync_Connect ( connect_options )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_Connect(IntPtr connect_options)
Parameters
connect_options: IntPtr
Returns
ulong
ovr_NetSync_Disconnect ( connection_id )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_Disconnect(long connection_id)
Parameters
connection_id: long
Returns
ulong
ovr_NetSync_GetAmbisonicFloatPCM ( connection_id , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetAmbisonicFloatPCM(long connection_id, float[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
connection_id: long
outputBuffer: float []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_NetSync_GetAmbisonicInt16PCM ( connection_id , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetAmbisonicInt16PCM(long connection_id, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
connection_id: long
outputBuffer: Int16 []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_NetSync_GetAmbisonicInterleavedFloatPCM ( connection_id , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetAmbisonicInterleavedFloatPCM(long connection_id, float[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
connection_id: long
outputBuffer: float []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_NetSync_GetAmbisonicInterleavedInt16PCM ( connection_id , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetAmbisonicInterleavedInt16PCM(long connection_id, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
connection_id: long
outputBuffer: Int16 []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_NetSync_GetListenerPosition ( connection_id , sessionId , position )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_NetSync_GetListenerPosition(long connection_id, UInt64 sessionId, ref ovrNetSyncVec3 position)
Parameters
connection_id: long
sessionId: UInt64
position: ref ovrNetSyncVec3
Returns
bool
ovr_NetSync_GetMonostreamFloatPCM ( connection_id , sessionId , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetMonostreamFloatPCM(long connection_id, UInt64 sessionId, float[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
connection_id: long
sessionId: UInt64
outputBuffer: float []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_NetSync_GetMonostreamInt16PCM ( connection_id , session_id , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetMonostreamInt16PCM(long connection_id, UInt64 session_id, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
connection_id: long
session_id: UInt64
outputBuffer: Int16 []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_NetSync_GetPcmBufferMaxSamples ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_NetSync_GetPcmBufferMaxSamples()
Returns
UIntPtr
ovr_NetSync_GetSessions ( connection_id )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_GetSessions(long connection_id)
Parameters
connection_id: long
Returns
ulong
ovr_NetSync_GetVoipAmplitude ( connection_id , sessionId , amplitude )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_NetSync_GetVoipAmplitude(long connection_id, UInt64 sessionId, ref float amplitude)
Parameters
connection_id: long
sessionId: UInt64
amplitude: ref float
Returns
bool
ovr_NetSync_GetVoipAttenuation ( connection_id )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_GetVoipAttenuation(long connection_id)
Parameters
connection_id: long
Returns
ulong
ovr_NetSync_GetVoipAttenuationDefault ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_GetVoipAttenuationDefault()
Returns
ulong
ovr_NetSync_SetListenerPosition ( connection_id , position )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_NetSync_SetListenerPosition(long connection_id, ref ovrNetSyncVec3 position)
Parameters
connection_id: long
position: ref ovrNetSyncVec3
Returns
void
ovr_NetSync_SetVoipAttenuation ( connection_id , distances , decibels , count )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipAttenuation(long connection_id, float[] distances, float[] decibels, UIntPtr count)
Parameters
connection_id: long
distances: float []
decibels: float []
count: UIntPtr
Returns
ulong
ovr_NetSync_SetVoipListentoChannels ( connection_id , listento_channels , count )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipListentoChannels(long connection_id, string[] listento_channels, UIntPtr count)
Parameters
connection_id: long
listento_channels: string []
count: UIntPtr
Returns
ulong
ovr_NetSync_SetVoipMicSource ( connection_id , mic_source )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipMicSource(long connection_id, NetSyncVoipMicSource mic_source)
Parameters
connection_id: long
Returns
ulong
ovr_NetSync_SetVoipSessionMuted ( connection_id , session_id , muted )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipSessionMuted(long connection_id, UInt64 session_id, bool muted)
Parameters
connection_id: long
session_id: UInt64
muted: bool
Returns
ulong
ovr_NetSync_SetVoipSpeaktoChannels ( connection_id , speakto_channels , count )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipSpeaktoChannels(long connection_id, string[] speakto_channels, UIntPtr count)
Parameters
connection_id: long
speakto_channels: string []
count: UIntPtr
Returns
ulong
ovr_NetSync_SetVoipStreamMode ( connection_id , sessionId , streamMode )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipStreamMode(long connection_id, UInt64 sessionId, NetSyncVoipStreamMode streamMode)
Parameters
connection_id: long
sessionId: UInt64
Returns
ulong
ovr_NetSyncConnection_GetConnectionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_NetSyncConnection_GetConnectionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_NetSyncConnection_GetDisconnectReason ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static NetSyncDisconnectReason Oculus.Platform.CAPI.ovr_NetSyncConnection_GetDisconnectReason(IntPtr obj)
Parameters
obj: IntPtr
ovr_NetSyncConnection_GetSessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_NetSyncConnection_GetSessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_NetSyncConnection_GetStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static NetSyncConnectionStatus Oculus.Platform.CAPI.ovr_NetSyncConnection_GetStatus(IntPtr obj)
Parameters
obj: IntPtr
ovr_NetSyncOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_NetSyncOptions_Create()
Returns
IntPtr
ovr_NetSyncOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_NetSyncOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_NetSyncOptions_SetVoipStreamDefault ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_NetSyncOptions_SetVoipStreamDefault(IntPtr handle, NetSyncVoipStreamMode value)
Parameters
handle: IntPtr
Returns
void
ovr_NetSyncSession_GetConnectionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_NetSyncSession_GetConnectionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_NetSyncSession_GetMuted ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_NetSyncSession_GetMuted(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_NetSyncSession_GetSessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_NetSyncSession_GetSessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_NetSyncSession_GetUserId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_NetSyncSession_GetUserId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_NetSyncSessionArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_NetSyncSessionArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_NetSyncSessionArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_NetSyncSessionArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_NetSyncSessionsChangedNotification_GetConnectionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_NetSyncSessionsChangedNotification_GetConnectionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_NetSyncSessionsChangedNotification_GetSessions ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_NetSyncSessionsChangedNotification_GetSessions(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_NetSyncSetSessionPropertyResult_GetSession ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_NetSyncSetSessionPropertyResult_GetSession(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_NetSyncVoipAttenuationValue_GetDecibels ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static float Oculus.Platform.CAPI.ovr_NetSyncVoipAttenuationValue_GetDecibels(IntPtr obj)
Parameters
obj: IntPtr
Returns
float
ovr_NetSyncVoipAttenuationValue_GetDistance ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static float Oculus.Platform.CAPI.ovr_NetSyncVoipAttenuationValue_GetDistance(IntPtr obj)
Parameters
obj: IntPtr
Returns
float
ovr_NetSyncVoipAttenuationValueArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_NetSyncVoipAttenuationValueArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_NetSyncVoipAttenuationValueArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_NetSyncVoipAttenuationValueArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_Notification_MarkAsRead ( notificationID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Notification_MarkAsRead(UInt64 notificationID)
Parameters
notificationID: UInt64
Returns
ulong
ovr_OrgScopedID_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_OrgScopedID_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_Packet_Free ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Packet_Free(IntPtr obj)
Parameters
obj: IntPtr
Returns
void
ovr_Packet_GetBytes ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Packet_GetBytes(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Packet_GetSenderID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_Packet_GetSenderID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_Packet_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Packet_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_PaidOffer_GetPrice ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_PaidOffer_GetPrice(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_PaidOffer_GetSubscriptionTerm ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static OfferTerm Oculus.Platform.CAPI.ovr_PaidOffer_GetSubscriptionTerm(IntPtr obj)
Parameters
obj: IntPtr
Returns
OfferTerm
ovr_Party_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Party_Create()
Returns
ulong
ovr_Party_GatherInApplication ( partyID , appID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Party_GatherInApplication(UInt64 partyID, UInt64 appID)
Parameters
partyID: UInt64
appID: UInt64
Returns
ulong
ovr_Party_Get ( partyID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Party_Get(UInt64 partyID)
Parameters
partyID: UInt64
Returns
ulong
ovr_Party_GetCurrent ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Party_GetCurrent()
Returns
ulong
ovr_Party_GetCurrentForUser ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Party_GetCurrentForUser(UInt64 userID)
Parameters
userID: UInt64
Returns
ulong
ovr_Party_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_Party_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_Party_GetInvitedUsers ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Party_GetInvitedUsers(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Party_GetLeader ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Party_GetLeader(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Party_GetUsers ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Party_GetUsers(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Party_Invite ( partyID , userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Party_Invite(UInt64 partyID, UInt64 userID)
Parameters
partyID: UInt64
userID: UInt64
Returns
ulong
ovr_Party_Join ( partyID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Party_Join(UInt64 partyID)
Parameters
partyID: UInt64
Returns
ulong
ovr_Party_Leave ( partyID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Party_Leave(UInt64 partyID)
Parameters
partyID: UInt64
Returns
ulong
ovr_Party_PluginGetSharedMemHandle ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_Party_PluginGetSharedMemHandle()
Returns
int
ovr_Party_PluginGetVoipMicrophoneMuted ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static VoipMuteState Oculus.Platform.CAPI.ovr_Party_PluginGetVoipMicrophoneMuted()
ovr_Party_PluginGetVoipPassthrough ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_Party_PluginGetVoipPassthrough()
Returns
bool
ovr_Party_PluginGetVoipStatus ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static SystemVoipStatus Oculus.Platform.CAPI.ovr_Party_PluginGetVoipStatus()
ovr_PartyID_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_PartyID_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_PartyUpdateNotification_GetAction ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static PartyUpdateAction Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetAction(IntPtr obj)
Parameters
obj: IntPtr
ovr_PartyUpdateNotification_GetPartyId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetPartyId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_PartyUpdateNotification_GetSenderId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetSenderId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_PartyUpdateNotification_GetUserId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetUserId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_PidArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_PidArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_PidArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_PidArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_Platform_InitializeStandaloneOculus ( init )
Signature
static ulong Oculus.Platform.CAPI.ovr_Platform_InitializeStandaloneOculus(ref OculusInitParams init)
Parameters
init: ref OculusInitParams
Returns
ulong
ovr_PlatformInitialize_GetResult ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static PlatformInitializeResult Oculus.Platform.CAPI.ovr_PlatformInitialize_GetResult(IntPtr obj)
Parameters
obj: IntPtr
ovr_PlatformInitializeWithAccessToken ( appId , accessToken )
Signature
static ulong Oculus.Platform.CAPI.ovr_PlatformInitializeWithAccessToken(UInt64 appId, string accessToken)
Parameters
appId: UInt64
accessToken: string
Returns
ulong
ovr_PlatformInitializeWithAccessTokenAndOptions ( appId , accessToken , configOptions , numOptions )
Signature
static ulong Oculus.Platform.CAPI.ovr_PlatformInitializeWithAccessTokenAndOptions(UInt64 appId, string accessToken, ovrKeyValuePair[] configOptions, UIntPtr numOptions)
Parameters
appId: UInt64
accessToken: string
configOptions: ovrKeyValuePair []
numOptions: UIntPtr
Returns
ulong
ovr_PopMessage ()
Signature
static IntPtr Oculus.Platform.CAPI.ovr_PopMessage()
Returns
IntPtr
ovr_Price_GetAmountInHundredths ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static uint Oculus.Platform.CAPI.ovr_Price_GetAmountInHundredths(IntPtr obj)
Parameters
obj: IntPtr
Returns
uint
ovr_Product_GetBillingPlans ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Product_GetBillingPlans(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Product_GetContentRating ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Product_GetContentRating(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Product_GetPrice ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Product_GetPrice(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_Product_GetType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ProductType Oculus.Platform.CAPI.ovr_Product_GetType(IntPtr obj)
Parameters
obj: IntPtr
ovr_ProductArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_ProductArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_ProductArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_ProductArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_ProductArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_ProductArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_Purchase_GetPurchaseID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_Purchase_GetPurchaseID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_Purchase_GetType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ProductType Oculus.Platform.CAPI.ovr_Purchase_GetType(IntPtr obj)
Parameters
obj: IntPtr
ovr_PurchaseArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_PurchaseArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_PurchaseArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_PurchaseArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_PurchaseArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_PurchaseArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_PushNotification_Register ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_PushNotification_Register()
Returns
ulong
ovr_RejoinDialogResult_GetRejoinSelected ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_RejoinDialogResult_GetRejoinSelected(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_RichPresence_Clear ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_RichPresence_Clear()
Returns
ulong
ovr_RichPresence_GetDestinations ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_RichPresence_GetDestinations()
Returns
ulong
ovr_RichPresence_Set ( richPresenceOptions )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_RichPresence_Set(IntPtr richPresenceOptions)
Parameters
richPresenceOptions: IntPtr
Returns
ulong
ovr_RichPresence_SetIsJoinable ( is_joinable )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_RichPresence_SetIsJoinable(bool is_joinable)
Parameters
is_joinable: bool
Returns
ulong
ovr_RichPresenceOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_RichPresenceOptions_Create()
Returns
IntPtr
ovr_RichPresenceOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_RichPresenceOptions_SetIsJoinable ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetIsJoinable(IntPtr handle, bool value)
Parameters
handle: IntPtr
value: bool
Returns
void
ovr_RosterOptions_AddSuggestedUser ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_RosterOptions_AddSuggestedUser(IntPtr handle, UInt64 value)
Parameters
handle: IntPtr
value: UInt64
Returns
void
ovr_RosterOptions_ClearSuggestedUsers ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_RosterOptions_ClearSuggestedUsers(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_RosterOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_RosterOptions_Create()
Returns
IntPtr
ovr_RosterOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_RosterOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_SdkAccount_GetAccountType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static SdkAccountType Oculus.Platform.CAPI.ovr_SdkAccount_GetAccountType(IntPtr obj)
Parameters
obj: IntPtr
ovr_SdkAccount_GetUserId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_SdkAccount_GetUserId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_SdkAccountArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_SdkAccountArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_SdkAccountArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_SdkAccountArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_SendInvitesResult_GetInvites ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_SendInvitesResult_GetInvites(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_SetDeveloperAccessToken ( accessToken )
Signature
static bool Oculus.Platform.CAPI.ovr_SetDeveloperAccessToken(string accessToken)
Parameters
accessToken: string
Returns
bool
ovr_ShareMediaResult_GetStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ShareMediaStatus Oculus.Platform.CAPI.ovr_ShareMediaResult_GetStatus(IntPtr obj)
Parameters
obj: IntPtr
ovr_SupplementaryMetric_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_SupplementaryMetric_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_SupplementaryMetric_GetMetric ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_SupplementaryMetric_GetMetric(IntPtr obj)
Parameters
obj: IntPtr
Returns
long
ovr_SystemVoipState_GetMicrophoneMuted ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static VoipMuteState Oculus.Platform.CAPI.ovr_SystemVoipState_GetMicrophoneMuted(IntPtr obj)
Parameters
obj: IntPtr
ovr_SystemVoipState_GetStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static SystemVoipStatus Oculus.Platform.CAPI.ovr_SystemVoipState_GetStatus(IntPtr obj)
Parameters
obj: IntPtr
ovr_TestUser_GetAppAccessArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_TestUser_GetAppAccessArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_TestUser_GetFbAppAccessArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_TestUser_GetFbAppAccessArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_TestUser_GetFriendAppAccessArray ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_TestUser_GetFriendAppAccessArray(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_TestUser_GetUserFbid ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_TestUser_GetUserFbid(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_TestUser_GetUserId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_TestUser_GetUserId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_TestUserAppAccess_GetAppId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_TestUserAppAccess_GetAppId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_TestUserAppAccess_GetUserId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_TestUserAppAccess_GetUserId(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_TestUserAppAccessArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_TestUserAppAccessArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_TestUserAppAccessArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_TestUserAppAccessArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_TrialOffer_GetMaxTermCount ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static int Oculus.Platform.CAPI.ovr_TrialOffer_GetMaxTermCount(IntPtr obj)
Parameters
obj: IntPtr
Returns
int
ovr_TrialOffer_GetPrice ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_TrialOffer_GetPrice(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_TrialOffer_GetTrialTerm ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static OfferTerm Oculus.Platform.CAPI.ovr_TrialOffer_GetTrialTerm(IntPtr obj)
Parameters
obj: IntPtr
Returns
OfferTerm
ovr_TrialOffer_GetTrialType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static OfferType Oculus.Platform.CAPI.ovr_TrialOffer_GetTrialType(IntPtr obj)
Parameters
obj: IntPtr
Returns
OfferType
ovr_TrialOfferArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_TrialOfferArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_TrialOfferArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_TrialOfferArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_UnityInitGlobals ( loggingCB )
Signature
static void Oculus.Platform.CAPI.ovr_UnityInitGlobals(IntPtr loggingCB)
Parameters
loggingCB: IntPtr
Returns
void
ovr_UnityInitWrapper ( appId )
Signature
static bool Oculus.Platform.CAPI.ovr_UnityInitWrapper(string appId)
Parameters
appId: string
Returns
bool
ovr_UnityInitWrapperAsynchronous ( appId )
Signature
static ulong Oculus.Platform.CAPI.ovr_UnityInitWrapperAsynchronous(string appId)
Parameters
appId: string
Returns
ulong
ovr_UnityInitWrapperStandalone ( accessToken , loggingCB )
Signature
static bool Oculus.Platform.CAPI.ovr_UnityInitWrapperStandalone(string accessToken, IntPtr loggingCB)
Parameters
accessToken: string
loggingCB: IntPtr
Returns
bool
ovr_UnityInitWrapperWindows ( appId , loggingCB )
Signature
static bool Oculus.Platform.CAPI.ovr_UnityInitWrapperWindows(string appId, IntPtr loggingCB)
Parameters
appId: string
loggingCB: IntPtr
Returns
bool
ovr_UnityInitWrapperWindowsAsynchronous ( appId , loggingCB )
Signature
static ulong Oculus.Platform.CAPI.ovr_UnityInitWrapperWindowsAsynchronous(string appId, IntPtr loggingCB)
Parameters
appId: string
loggingCB: IntPtr
Returns
ulong
ovr_UnityResetTestPlatform ()
Signature
static void Oculus.Platform.CAPI.ovr_UnityResetTestPlatform()
Returns
void
ovr_User_Get ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_Get(UInt64 userID)
Parameters
userID: UInt64
Returns
ulong
ovr_User_GetAccessToken ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetAccessToken()
Returns
ulong
ovr_User_GetBlockedUsers ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetBlockedUsers()
Returns
ulong
ovr_User_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_User_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_User_GetLinkedAccounts ( userOptions )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetLinkedAccounts(IntPtr userOptions)
Parameters
userOptions: IntPtr
Returns
ulong
ovr_User_GetLoggedInUser ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetLoggedInUser()
Returns
ulong
ovr_User_GetLoggedInUserFriends ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetLoggedInUserFriends()
Returns
ulong
ovr_User_GetLoggedInUserManagedInfo ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetLoggedInUserManagedInfo()
Returns
ulong
ovr_User_GetManagedInfo ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_User_GetManagedInfo(IntPtr obj)
Parameters
obj: IntPtr
Returns
IntPtr
ovr_User_GetOrgScopedID ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetOrgScopedID(UInt64 userID)
Parameters
userID: UInt64
Returns
ulong
ovr_User_GetPresenceStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UserPresenceStatus Oculus.Platform.CAPI.ovr_User_GetPresenceStatus(IntPtr obj)
Parameters
obj: IntPtr
ovr_User_GetSdkAccounts ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetSdkAccounts()
Returns
ulong
ovr_User_GetUserCapabilities ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetUserCapabilities()
Returns
ulong
ovr_User_GetUserProof ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_GetUserProof()
Returns
ulong
ovr_User_LaunchBlockFlow ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_LaunchBlockFlow(UInt64 userID)
Parameters
userID: UInt64
Returns
ulong
ovr_User_LaunchFriendRequestFlow ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_LaunchFriendRequestFlow(UInt64 userID)
Parameters
userID: UInt64
Returns
ulong
ovr_User_LaunchReportFlow ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_LaunchReportFlow(UInt64 userID)
Parameters
userID: UInt64
Returns
ulong
ovr_User_LaunchReportFlow2 ( optionalUserID , abuseReportOptions )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_LaunchReportFlow2(UInt64 optionalUserID, IntPtr abuseReportOptions)
Parameters
optionalUserID: UInt64
abuseReportOptions: IntPtr
Returns
ulong
ovr_User_LaunchUnblockFlow ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_LaunchUnblockFlow(UInt64 userID)
Parameters
userID: UInt64
Returns
ulong
ovr_User_NewEntitledTestUser ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_NewEntitledTestUser()
Returns
ulong
ovr_User_NewTestUser ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_NewTestUser()
Returns
ulong
ovr_User_NewTestUserFriends ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_NewTestUserFriends()
Returns
ulong
ovr_User_StartRecordingForReportFlow ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_StartRecordingForReportFlow()
Returns
ulong
ovr_UserAccountAgeCategory_GetAgeCategory ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static AccountAgeCategory Oculus.Platform.CAPI.ovr_UserAccountAgeCategory_GetAgeCategory(IntPtr obj)
Parameters
obj: IntPtr
ovr_UserAgeCategory_Get ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_UserAgeCategory_Get()
Returns
ulong
ovr_UserAgeCategory_Report ( age_category )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_UserAgeCategory_Report(AppAgeCategory age_category)
Parameters
age_category: AppAgeCategory
Returns
ulong
ovr_UserArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_UserArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_UserArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_UserArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_UserArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_UserArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_UserCapability_GetIsEnabled ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_UserCapability_GetIsEnabled(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_UserCapabilityArray_GetElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_UserCapabilityArray_GetElement(IntPtr obj, UIntPtr index)
Parameters
obj: IntPtr
index: UIntPtr
Returns
IntPtr
ovr_UserCapabilityArray_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_UserCapabilityArray_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_UserCapabilityArray_HasNextPage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_UserCapabilityArray_HasNextPage(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_UserDataStoreUpdateResponse_GetSuccess ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_UserDataStoreUpdateResponse_GetSuccess(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_UserOptions_AddServiceProvider ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_UserOptions_AddServiceProvider(IntPtr handle, ServiceProvider value)
Parameters
handle: IntPtr
Returns
void
ovr_UserOptions_ClearServiceProviders ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_UserOptions_ClearServiceProviders(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_UserOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_UserOptions_Create()
Returns
IntPtr
ovr_UserOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_UserOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_UserOptions_SetMaxUsers ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_UserOptions_SetMaxUsers(IntPtr handle, uint value)
Parameters
handle: IntPtr
value: uint
Returns
void
ovr_UserOptions_SetTimeWindow ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_UserOptions_SetTimeWindow(IntPtr handle, TimeWindow value)
Parameters
handle: IntPtr
value: TimeWindow
Returns
void
ovr_UserReportID_GetDidCancel ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static bool Oculus.Platform.CAPI.ovr_UserReportID_GetDidCancel(IntPtr obj)
Parameters
obj: IntPtr
Returns
bool
ovr_UserReportID_GetID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt64 Oculus.Platform.CAPI.ovr_UserReportID_GetID(IntPtr obj)
Parameters
obj: IntPtr
Returns
UInt64
ovr_Voip_Accept ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Voip_Accept(UInt64 userID)
Parameters
userID: UInt64
Returns
void
ovr_Voip_CreateDecoder ()
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Voip_CreateDecoder()
Returns
IntPtr
ovr_Voip_CreateEncoder ()
Signature
static IntPtr Oculus.Platform.CAPI.ovr_Voip_CreateEncoder()
Returns
IntPtr
ovr_Voip_DestroyDecoder ( decoder )
Signature
static void Oculus.Platform.CAPI.ovr_Voip_DestroyDecoder(IntPtr decoder)
Parameters
decoder: IntPtr
Returns
void
ovr_Voip_DestroyEncoder ( encoder )
Signature
static void Oculus.Platform.CAPI.ovr_Voip_DestroyEncoder(IntPtr encoder)
Parameters
encoder: IntPtr
Returns
void
ovr_Voip_GetIsConnectionUsingDtx ( peerID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static VoipDtxState Oculus.Platform.CAPI.ovr_Voip_GetIsConnectionUsingDtx(UInt64 peerID)
Parameters
peerID: UInt64
ovr_Voip_GetLocalBitrate ( peerID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static VoipBitrate Oculus.Platform.CAPI.ovr_Voip_GetLocalBitrate(UInt64 peerID)
Parameters
peerID: UInt64
ovr_Voip_GetMicrophoneAvailability ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Voip_GetMicrophoneAvailability()
Returns
ulong
ovr_Voip_GetOutputBufferMaxSize ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetOutputBufferMaxSize()
Returns
UIntPtr
ovr_Voip_GetPCM ( senderID , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCM(UInt64 senderID, Int16[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
senderID: UInt64
outputBuffer: Int16 []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_Voip_GetPCMFloat ( senderID , outputBuffer , outputBufferNumElements )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCMFloat(UInt64 senderID, float[] outputBuffer, UIntPtr outputBufferNumElements)
Parameters
senderID: UInt64
outputBuffer: float []
outputBufferNumElements: UIntPtr
Returns
UIntPtr
ovr_Voip_GetPCMSize ( senderID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCMSize(UInt64 senderID)
Parameters
senderID: UInt64
Returns
UIntPtr
ovr_Voip_GetPCMWithTimestamp ( senderID , outputBuffer , outputBufferNumElements , timestamp )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCMWithTimestamp(UInt64 senderID, Int16[] outputBuffer, UIntPtr outputBufferNumElements, UInt32[] timestamp)
Parameters
senderID: UInt64
outputBuffer: Int16 []
outputBufferNumElements: UIntPtr
timestamp: UInt32 []
Returns
UIntPtr
ovr_Voip_GetPCMWithTimestampFloat ( senderID , outputBuffer , outputBufferNumElements , timestamp )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_Voip_GetPCMWithTimestampFloat(UInt64 senderID, float[] outputBuffer, UIntPtr outputBufferNumElements, UInt32[] timestamp)
Parameters
senderID: UInt64
outputBuffer: float []
outputBufferNumElements: UIntPtr
timestamp: UInt32 []
Returns
UIntPtr
ovr_Voip_GetRemoteBitrate ( peerID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static VoipBitrate Oculus.Platform.CAPI.ovr_Voip_GetRemoteBitrate(UInt64 peerID)
Parameters
peerID: UInt64
ovr_Voip_GetSyncTimestamp ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UInt32 Oculus.Platform.CAPI.ovr_Voip_GetSyncTimestamp(UInt64 userID)
Parameters
userID: UInt64
Returns
UInt32
ovr_Voip_GetSyncTimestampDifference ( lhs , rhs )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static long Oculus.Platform.CAPI.ovr_Voip_GetSyncTimestampDifference(UInt32 lhs, UInt32 rhs)
Parameters
lhs: UInt32
rhs: UInt32
Returns
long
ovr_Voip_GetSystemVoipMicrophoneMuted ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static VoipMuteState Oculus.Platform.CAPI.ovr_Voip_GetSystemVoipMicrophoneMuted()
ovr_Voip_GetSystemVoipStatus ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static SystemVoipStatus Oculus.Platform.CAPI.ovr_Voip_GetSystemVoipStatus()
ovr_Voip_ReportAppVoipSessions ( sessionIDs )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Voip_ReportAppVoipSessions(UInt64[] sessionIDs)
Parameters
sessionIDs: UInt64 []
Returns
ulong
ovr_Voip_SetMicrophoneFilterCallback ( cb )
Signature
static void Oculus.Platform.CAPI.ovr_Voip_SetMicrophoneFilterCallback(FilterCallback cb)
Parameters
Returns
void
ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer ( cb , bufferSizeElements )
Signature
static void Oculus.Platform.CAPI.ovr_Voip_SetMicrophoneFilterCallbackWithFixedSizeBuffer(FilterCallback cb, UIntPtr bufferSizeElements)
Parameters
bufferSizeElements: UIntPtr
Returns
void
ovr_Voip_SetMicrophoneMuted ( state )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Voip_SetMicrophoneMuted(VoipMuteState state)
Parameters
Returns
void
ovr_Voip_SetNewConnectionOptions ( voipOptions )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Voip_SetNewConnectionOptions(IntPtr voipOptions)
Parameters
voipOptions: IntPtr
Returns
void
ovr_Voip_SetOutputSampleRate ( rate )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Voip_SetOutputSampleRate(VoipSampleRate rate)
Parameters
Returns
void
ovr_Voip_SetSystemVoipMicrophoneMuted ( muted )
Signature
static void Oculus.Platform.CAPI.ovr_Voip_SetSystemVoipMicrophoneMuted(VoipMuteState muted)
Parameters
Returns
void
ovr_Voip_SetSystemVoipPassthrough ( passthrough )
Signature
static void Oculus.Platform.CAPI.ovr_Voip_SetSystemVoipPassthrough(bool passthrough)
Parameters
passthrough: bool
Returns
void
ovr_Voip_SetSystemVoipSuppressed ( suppressed )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Voip_SetSystemVoipSuppressed(bool suppressed)
Parameters
suppressed: bool
Returns
ulong
ovr_Voip_Start ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Voip_Start(UInt64 userID)
Parameters
userID: UInt64
Returns
void
ovr_Voip_Stop ( userID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_Voip_Stop(UInt64 userID)
Parameters
userID: UInt64
Returns
void
ovr_VoipDecoder_Decode ( obj , compressedData , compressedSize )
Signature
static void Oculus.Platform.CAPI.ovr_VoipDecoder_Decode(IntPtr obj, byte[] compressedData, ulong compressedSize)
Parameters
obj: IntPtr
compressedData: byte []
compressedSize: ulong
Returns
void
ovr_VoipDecoder_Decode ( obj , compressedData , compressedSize )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_VoipDecoder_Decode(IntPtr obj, byte[] compressedData, UIntPtr compressedSize)
Parameters
obj: IntPtr
compressedData: byte []
compressedSize: UIntPtr
Returns
void
ovr_VoipDecoder_GetDecodedPCM ( obj , outputBuffer , outputBufferSize )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_VoipDecoder_GetDecodedPCM(IntPtr obj, float[] outputBuffer, UIntPtr outputBufferSize)
Parameters
obj: IntPtr
outputBuffer: float []
outputBufferSize: UIntPtr
Returns
UIntPtr
ovr_VoipEncoder_AddPCM ( obj , inputData , inputSize )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_VoipEncoder_AddPCM(IntPtr obj, float[] inputData, uint inputSize)
Parameters
obj: IntPtr
inputData: float []
inputSize: uint
Returns
void
ovr_VoipEncoder_GetCompressedData ( obj , outputBuffer , intputSize )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_VoipEncoder_GetCompressedData(IntPtr obj, byte[] outputBuffer, UIntPtr intputSize)
Parameters
obj: IntPtr
outputBuffer: byte []
intputSize: UIntPtr
Returns
UIntPtr
ovr_VoipEncoder_GetCompressedDataSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static UIntPtr Oculus.Platform.CAPI.ovr_VoipEncoder_GetCompressedDataSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
UIntPtr
ovr_VoipOptions_Create ()
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static IntPtr Oculus.Platform.CAPI.ovr_VoipOptions_Create()
Returns
IntPtr
ovr_VoipOptions_Destroy ( handle )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_VoipOptions_Destroy(IntPtr handle)
Parameters
handle: IntPtr
Returns
void
ovr_VoipOptions_SetBitrateForNewConnections ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_VoipOptions_SetBitrateForNewConnections(IntPtr handle, VoipBitrate value)
Parameters
handle: IntPtr
Returns
void
ovr_VoipOptions_SetCreateNewConnectionUseDtx ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_VoipOptions_SetCreateNewConnectionUseDtx(IntPtr handle, VoipDtxState value)
Parameters
handle: IntPtr
Returns
void

Static Methods

ArrayOfStructsToIntPtr ( ar )
Signature
static IntPtr Oculus.Platform.CAPI.ArrayOfStructsToIntPtr(Array ar)
Parameters
ar: Array
Returns
IntPtr
BlobFromNative ( size , pointer )
Signature
static byte [] Oculus.Platform.CAPI.BlobFromNative(uint size, IntPtr pointer)
Parameters
size: uint
pointer: IntPtr
Returns
byte []
DataStoreFromNative ( pointer )
Signature
static Dictionary<string, string> Oculus.Platform.CAPI.DataStoreFromNative(IntPtr pointer)
Parameters
pointer: IntPtr
Returns
Dictionary< string, string >
DateTimeFromNative ( seconds_since_the_one_true_epoch )
Signature
static DateTime Oculus.Platform.CAPI.DateTimeFromNative(ulong seconds_since_the_one_true_epoch)
Parameters
seconds_since_the_one_true_epoch: ulong
Returns
DateTime
DateTimeToNative ( dt )
Signature
static ulong Oculus.Platform.CAPI.DateTimeToNative(DateTime dt)
Parameters
dt: DateTime
Returns
ulong
DictionaryToOVRKeyValuePairs ( dict )
Signature
static CAPI.ovrKeyValuePair [] Oculus.Platform.CAPI.DictionaryToOVRKeyValuePairs(Dictionary< InitConfigOptions, bool > dict)
Parameters
dict: Dictionary< InitConfigOptions, bool >
Returns
CAPI.ovrKeyValuePair []
DictionaryToOVRKeyValuePairs ( dict )
Signature
static CAPI.ovrKeyValuePair [] Oculus.Platform.CAPI.DictionaryToOVRKeyValuePairs(Dictionary< string, object > dict)
Parameters
dict: Dictionary< string, object >
Returns
CAPI.ovrKeyValuePair []
FiledataFromNative ( size , pointer )
Signature
static byte [] Oculus.Platform.CAPI.FiledataFromNative(uint size, IntPtr pointer)
Parameters
size: uint
pointer: IntPtr
Returns
byte []
GetNativeStringLengthNotIncludingNullTerminator ( pointer )
Signature
static int Oculus.Platform.CAPI.GetNativeStringLengthNotIncludingNullTerminator(IntPtr pointer)
Parameters
pointer: IntPtr
Returns
int
IntPtrToByteArray ( data , size )
Signature
static byte [] Oculus.Platform.CAPI.IntPtrToByteArray(IntPtr data, ulong size)
Parameters
data: IntPtr
size: ulong
Returns
byte []
LogNewEvent ( eventName , values )
Signature
static void Oculus.Platform.CAPI.LogNewEvent(string eventName, Dictionary< string, string > values)
Parameters
eventName: string
values: Dictionary< string, string >
Returns
void
LogNewUnifiedEvent ( eventName , values )
Signature
static void Oculus.Platform.CAPI.LogNewUnifiedEvent(LogEventName eventName, Dictionary< string, string > values)
Parameters
eventName: LogEventName
values: Dictionary< string, string >
Returns
void
ovr_AbuseReportRecording_GetRecordingUuid ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AbuseReportRecording_GetRecordingUuid(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AchievementDefinition_GetName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AchievementDefinition_GetName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AchievementDefinitionArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AchievementDefinitionArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AchievementProgress_GetBitfield ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AchievementProgress_GetBitfield(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AchievementProgress_GetName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AchievementProgress_GetName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AchievementProgress_GetUnlockTime ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static DateTime Oculus.Platform.CAPI.ovr_AchievementProgress_GetUnlockTime(IntPtr obj)
Parameters
obj: IntPtr
Returns
DateTime
ovr_AchievementProgressArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AchievementProgressArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Achievements_AddCount ( name , count )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_AddCount(string name, ulong count)
Parameters
name: string
count: ulong
Returns
ulong
ovr_Achievements_AddFields ( name , fields )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_AddFields(string name, string fields)
Parameters
name: string
fields: string
Returns
ulong
ovr_Achievements_Unlock ( name )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Achievements_Unlock(string name)
Parameters
name: string
Returns
ulong
ovr_AchievementUpdate_GetName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AchievementUpdate_GetName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AdvancedAbuseReportOptions_SetDeveloperDefinedContextString ( handle , key , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_SetDeveloperDefinedContextString(IntPtr handle, string key, string value)
Parameters
handle: IntPtr
key: string
value: string
Returns
void
ovr_AdvancedAbuseReportOptions_SetObjectType ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AdvancedAbuseReportOptions_SetObjectType(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_ApplicationInvite_GetLobbySessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ApplicationInvite_GetLobbySessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ApplicationInvite_GetMatchSessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ApplicationInvite_GetMatchSessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ApplicationInviteArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ApplicationInviteArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ApplicationLifecycle_LogDeeplinkResult ( trackingID , result )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ApplicationLifecycle_LogDeeplinkResult(string trackingID, LaunchResult result)
Parameters
trackingID: string
result: LaunchResult
Returns
void
ovr_ApplicationLifecycle_RegisterSessionKey ( sessionKey )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_ApplicationLifecycle_RegisterSessionKey(string sessionKey)
Parameters
sessionKey: string
Returns
ulong
ovr_ApplicationOptions_SetDeeplinkMessage ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ApplicationOptions_SetDeeplinkMessage(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_ApplicationOptions_SetDestinationApiName ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ApplicationOptions_SetDestinationApiName(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_ApplicationOptions_SetLobbySessionId ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ApplicationOptions_SetLobbySessionId(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_ApplicationOptions_SetMatchSessionId ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ApplicationOptions_SetMatchSessionId(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_ApplicationVersion_GetCurrentName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ApplicationVersion_GetCurrentName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ApplicationVersion_GetLatestName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ApplicationVersion_GetLatestName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ApplicationVersion_GetSize ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ApplicationVersion_GetSize(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AssetDetails_GetAssetType ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AssetDetails_GetAssetType(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AssetDetails_GetDownloadStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AssetDetails_GetDownloadStatus(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AssetDetails_GetFilepath ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AssetDetails_GetFilepath(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AssetDetails_GetIapStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AssetDetails_GetIapStatus(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AssetDetails_GetMetadata ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AssetDetails_GetMetadata(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AssetFile_DeleteByName ( assetFileName )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DeleteByName(string assetFileName)
Parameters
assetFileName: string
Returns
ulong
ovr_AssetFile_DownloadByName ( assetFileName )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadByName(string assetFileName)
Parameters
assetFileName: string
Returns
ulong
ovr_AssetFile_DownloadCancelByName ( assetFileName )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_DownloadCancelByName(string assetFileName)
Parameters
assetFileName: string
Returns
ulong
ovr_AssetFile_StatusByName ( assetFileName )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_AssetFile_StatusByName(string assetFileName)
Parameters
assetFileName: string
Returns
ulong
ovr_AssetFileDeleteResult_GetFilepath ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AssetFileDeleteResult_GetFilepath(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AssetFileDownloadCancelResult_GetFilepath ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AssetFileDownloadCancelResult_GetFilepath(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_AssetFileDownloadResult_GetFilepath ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_AssetFileDownloadResult_GetFilepath(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Avatar_UpdateMetaData ( avatarMetaData , imageFilePath )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Avatar_UpdateMetaData(string avatarMetaData, string imageFilePath)
Parameters
avatarMetaData: string
imageFilePath: string
Returns
ulong
ovr_AvatarEditorOptions_SetSourceOverride ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_AvatarEditorOptions_SetSourceOverride(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_BlockedUserArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_BlockedUserArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Challenge_GetDescription ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Challenge_GetDescription(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Challenge_GetEndDate ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static DateTime Oculus.Platform.CAPI.ovr_Challenge_GetEndDate(IntPtr obj)
Parameters
obj: IntPtr
Returns
DateTime
ovr_Challenge_GetStartDate ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static DateTime Oculus.Platform.CAPI.ovr_Challenge_GetStartDate(IntPtr obj)
Parameters
obj: IntPtr
Returns
DateTime
ovr_Challenge_GetTitle ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Challenge_GetTitle(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ChallengeArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ChallengeArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ChallengeArray_GetPreviousUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ChallengeArray_GetPreviousUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ChallengeEntry_GetDisplayScore ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ChallengeEntry_GetDisplayScore(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ChallengeEntry_GetExtraData ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static byte [] Oculus.Platform.CAPI.ovr_ChallengeEntry_GetExtraData(IntPtr obj)
Parameters
obj: IntPtr
Returns
byte []
ovr_ChallengeEntry_GetTimestamp ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static DateTime Oculus.Platform.CAPI.ovr_ChallengeEntry_GetTimestamp(IntPtr obj)
Parameters
obj: IntPtr
Returns
DateTime
ovr_ChallengeEntryArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ChallengeEntryArray_GetPreviousUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ChallengeEntryArray_GetPreviousUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ChallengeOptions_SetDescription ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetDescription(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_ChallengeOptions_SetEndDate ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetEndDate(IntPtr handle, DateTime value)
Parameters
handle: IntPtr
value: DateTime
Returns
void
ovr_ChallengeOptions_SetLeaderboardName ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetLeaderboardName(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_ChallengeOptions_SetStartDate ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetStartDate(IntPtr handle, DateTime value)
Parameters
handle: IntPtr
value: DateTime
Returns
void
ovr_ChallengeOptions_SetTitle ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_ChallengeOptions_SetTitle(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_Challenges_Create ( leaderboardName , challengeOptions )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Challenges_Create(string leaderboardName, IntPtr challengeOptions)
Parameters
leaderboardName: string
challengeOptions: IntPtr
Returns
ulong
ovr_Colocation_RequestMap ( uuid )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Colocation_RequestMap(string uuid)
Parameters
uuid: string
Returns
ulong
ovr_Colocation_ShareMap ( uuid )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Colocation_ShareMap(string uuid)
Parameters
uuid: string
Returns
ulong
ovr_ContentRating_GetAgeRatingImageUri ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ContentRating_GetAgeRatingImageUri(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ContentRating_GetAgeRatingText ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ContentRating_GetAgeRatingText(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ContentRating_GetDescriptor ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ContentRating_GetDescriptor(IntPtr obj, uint index)
Parameters
obj: IntPtr
index: uint
Returns
string
ovr_ContentRating_GetInteractiveElement ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ContentRating_GetInteractiveElement(IntPtr obj, uint index)
Parameters
obj: IntPtr
index: uint
Returns
string
ovr_ContentRating_GetRatingDefinitionUri ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ContentRating_GetRatingDefinitionUri(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Cowatching_SetPresenterData ( video_title , presenter_data )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_SetPresenterData(string video_title, string presenter_data)
Parameters
video_title: string
presenter_data: string
Returns
ulong
ovr_Cowatching_SetViewerData ( viewer_data )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Cowatching_SetViewerData(string viewer_data)
Parameters
viewer_data: string
Returns
ulong
ovr_CowatchViewer_GetData ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_CowatchViewer_GetData(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_CowatchViewerArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_CowatchViewerArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_DataStore_Contains ( obj , key )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static uint Oculus.Platform.CAPI.ovr_DataStore_Contains(IntPtr obj, string key)
Parameters
obj: IntPtr
key: string
Returns
uint
ovr_DataStore_GetKey ( obj , index )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_DataStore_GetKey(IntPtr obj, int index)
Parameters
obj: IntPtr
index: int
Returns
string
ovr_DataStore_GetValue ( obj , key )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_DataStore_GetValue(IntPtr obj, string key)
Parameters
obj: IntPtr
key: string
Returns
string
ovr_Destination_GetApiName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Destination_GetApiName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Destination_GetDeeplinkMessage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Destination_GetDeeplinkMessage(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Destination_GetDisplayName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Destination_GetDisplayName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Destination_GetShareableUri ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Destination_GetShareableUri(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_DestinationArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_DestinationArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_DeviceApplicationIntegrity_GetAttestationToken ( challenge_nonce )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_DeviceApplicationIntegrity_GetAttestationToken(string challenge_nonce)
Parameters
challenge_nonce: string
Returns
ulong
ovr_DeviceApplicationIntegrity_GetIntegrityToken ( challenge_nonce )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_DeviceApplicationIntegrity_GetIntegrityToken(string challenge_nonce)
Parameters
challenge_nonce: string
Returns
ulong
ovr_Error_GetDisplayableMessage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Error_GetDisplayableMessage(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Error_GetMessage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Error_GetMessage(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_GetLoggedInUserLocale ()
Signature
static string Oculus.Platform.CAPI.ovr_GetLoggedInUserLocale()
Returns
string
ovr_GraphAPI_Get ( url )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GraphAPI_Get(string url)
Parameters
url: string
Returns
ulong
ovr_GraphAPI_Post ( url )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GraphAPI_Post(string url)
Parameters
url: string
Returns
ulong
ovr_GroupPresence_LaunchRejoinDialog ( lobby_session_id , match_session_id , destination_api_name )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_LaunchRejoinDialog(string lobby_session_id, string match_session_id, string destination_api_name)
Parameters
lobby_session_id: string
match_session_id: string
destination_api_name: string
Returns
ulong
ovr_GroupPresence_SetDeeplinkMessageOverride ( deeplink_message )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SetDeeplinkMessageOverride(string deeplink_message)
Parameters
deeplink_message: string
Returns
ulong
ovr_GroupPresence_SetDestination ( api_name )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SetDestination(string api_name)
Parameters
api_name: string
Returns
ulong
ovr_GroupPresence_SetLobbySession ( id )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SetLobbySession(string id)
Parameters
id: string
Returns
ulong
ovr_GroupPresence_SetMatchSession ( id )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_GroupPresence_SetMatchSession(string id)
Parameters
id: string
Returns
ulong
ovr_GroupPresenceJoinIntent_GetDeeplinkMessage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_GroupPresenceJoinIntent_GetDeeplinkMessage(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_GroupPresenceJoinIntent_GetDestinationApiName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_GroupPresenceJoinIntent_GetDestinationApiName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_GroupPresenceJoinIntent_GetLobbySessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_GroupPresenceJoinIntent_GetLobbySessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_GroupPresenceJoinIntent_GetMatchSessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_GroupPresenceJoinIntent_GetMatchSessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_GroupPresenceLeaveIntent_GetDestinationApiName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_GroupPresenceLeaveIntent_GetDestinationApiName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_GroupPresenceLeaveIntent_GetLobbySessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_GroupPresenceLeaveIntent_GetLobbySessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_GroupPresenceLeaveIntent_GetMatchSessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_GroupPresenceLeaveIntent_GetMatchSessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_GroupPresenceOptions_SetDeeplinkMessageOverride ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_SetDeeplinkMessageOverride(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_GroupPresenceOptions_SetDestinationApiName ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_SetDestinationApiName(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_GroupPresenceOptions_SetLobbySessionId ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_SetLobbySessionId(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_GroupPresenceOptions_SetMatchSessionId ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_GroupPresenceOptions_SetMatchSessionId(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_HTTP_Get ( url )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_HTTP_Get(string url)
Parameters
url: string
Returns
ulong
ovr_HTTP_GetToFile ( url , diskFile )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_HTTP_GetToFile(string url, string diskFile)
Parameters
url: string
diskFile: string
Returns
ulong
ovr_HTTP_MultiPartPost ( url , filepath_param_name , filepath , access_token , post_params )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_HTTP_MultiPartPost(string url, string filepath_param_name, string filepath, string access_token, ovrKeyValuePair[] post_params)
Parameters
url: string
filepath_param_name: string
filepath: string
access_token: string
post_params: ovrKeyValuePair []
Returns
ulong
ovr_HTTP_Post ( url )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_HTTP_Post(string url)
Parameters
url: string
Returns
ulong
ovr_HTTP_StartTransfer ( url , headers )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_HTTP_StartTransfer(string url, ovrKeyValuePair[] headers)
Parameters
url: string
headers: ovrKeyValuePair []
Returns
ulong
ovr_IAP_ConsumePurchase ( sku )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_IAP_ConsumePurchase(string sku)
Parameters
sku: string
Returns
ulong
ovr_IAP_LaunchCheckoutFlow ( sku )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_IAP_LaunchCheckoutFlow(string sku)
Parameters
sku: string
Returns
ulong
ovr_InstalledApplication_GetApplicationId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_InstalledApplication_GetApplicationId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_InstalledApplication_GetPackageName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_InstalledApplication_GetPackageName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_InstalledApplication_GetStatus ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_InstalledApplication_GetStatus(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_InstalledApplication_GetVersionName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_InstalledApplication_GetVersionName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LanguagePack_SetCurrent ( tag )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_LanguagePack_SetCurrent(string tag)
Parameters
tag: string
Returns
ulong
ovr_LanguagePackInfo_GetEnglishName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LanguagePackInfo_GetEnglishName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LanguagePackInfo_GetNativeName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LanguagePackInfo_GetNativeName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LanguagePackInfo_GetTag ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LanguagePackInfo_GetTag(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LaunchDetails_GetDeeplinkMessage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetDeeplinkMessage(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LaunchDetails_GetDestinationApiName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetDestinationApiName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LaunchDetails_GetLaunchSource ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetLaunchSource(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LaunchDetails_GetLobbySessionID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetLobbySessionID(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LaunchDetails_GetMatchSessionID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetMatchSessionID(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LaunchDetails_GetTrackingID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LaunchDetails_GetTrackingID(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Leaderboard_Get ( leaderboardName )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Leaderboard_Get(string leaderboardName)
Parameters
leaderboardName: string
Returns
ulong
ovr_Leaderboard_GetApiName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Leaderboard_GetApiName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Leaderboard_GetEntries ( leaderboardName , limit , filter , startAt )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetEntries(string leaderboardName, int limit, LeaderboardFilterType filter, LeaderboardStartAt startAt)
Parameters
leaderboardName: string
limit: int
Returns
ulong
ovr_Leaderboard_GetEntriesAfterRank ( leaderboardName , limit , afterRank )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetEntriesAfterRank(string leaderboardName, int limit, ulong afterRank)
Parameters
leaderboardName: string
limit: int
afterRank: ulong
Returns
ulong
ovr_Leaderboard_GetEntriesByIds ( leaderboardName , limit , startAt , userIDs , userIDLength )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Leaderboard_GetEntriesByIds(string leaderboardName, int limit, LeaderboardStartAt startAt, UInt64[] userIDs, uint userIDLength)
Parameters
leaderboardName: string
limit: int
userIDs: UInt64 []
userIDLength: uint
Returns
ulong
ovr_Leaderboard_WriteEntry ( leaderboardName , score , extraData , extraDataLength , forceUpdate )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Leaderboard_WriteEntry(string leaderboardName, long score, byte[] extraData, uint extraDataLength, bool forceUpdate)
Parameters
leaderboardName: string
score: long
extraData: byte []
extraDataLength: uint
forceUpdate: bool
Returns
ulong
ovr_Leaderboard_WriteEntryWithSupplementaryMetric ( leaderboardName , score , supplementaryMetric , extraData , extraDataLength , forceUpdate )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Leaderboard_WriteEntryWithSupplementaryMetric(string leaderboardName, long score, long supplementaryMetric, byte[] extraData, uint extraDataLength, bool forceUpdate)
Parameters
leaderboardName: string
score: long
supplementaryMetric: long
extraData: byte []
extraDataLength: uint
forceUpdate: bool
Returns
ulong
ovr_LeaderboardArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LeaderboardArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LeaderboardEntry_GetDisplayScore ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetDisplayScore(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LeaderboardEntry_GetExtraData ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static byte [] Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetExtraData(IntPtr obj)
Parameters
obj: IntPtr
Returns
byte []
ovr_LeaderboardEntry_GetTimestamp ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static DateTime Oculus.Platform.CAPI.ovr_LeaderboardEntry_GetTimestamp(IntPtr obj)
Parameters
obj: IntPtr
Returns
DateTime
ovr_LeaderboardEntryArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LeaderboardEntryArray_GetPreviousUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LeaderboardEntryArray_GetPreviousUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LinkedAccount_GetAccessToken ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LinkedAccount_GetAccessToken(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_LinkedAccount_GetUserId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LinkedAccount_GetUserId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Livestreaming_IsAllowedForApplication ( packageName )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Livestreaming_IsAllowedForApplication(string packageName)
Parameters
packageName: string
Returns
ulong
ovr_LivestreamingVideoStats_GetTotalViews ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_LivestreamingVideoStats_GetTotalViews(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetDepartment ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetDepartment(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetEmail ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetEmail(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetEmployeeNumber ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetEmployeeNumber(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetExternalId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetExternalId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetLocation ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetLocation(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetManager ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetManager(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetOrganizationId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetOrganizationId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetOrganizationName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetOrganizationName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ManagedInfo_GetPosition ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ManagedInfo_GetPosition(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Media_ShareToFacebook ( postTextSuggestion , filePath , contentType )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_Media_ShareToFacebook(string postTextSuggestion, string filePath, MediaContentType contentType)
Parameters
postTextSuggestion: string
filePath: string
contentType: MediaContentType
Returns
ulong
ovr_Message_GetString ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Message_GetString(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Message_GetStringForJavascript ( message )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Message_GetStringForJavascript(IntPtr message)
Parameters
message: IntPtr
Returns
string
ovr_NetSync_SetVoipAttenuationModel ( connection_id , name , distances , decibels , count )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipAttenuationModel(long connection_id, string name, float[] distances, float[] decibels, UIntPtr count)
Parameters
connection_id: long
name: string
distances: float []
decibels: float []
count: UIntPtr
Returns
ulong
ovr_NetSync_SetVoipChannelCfg ( connection_id , channel_name , attnmodel , disable_spatialization )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipChannelCfg(long connection_id, string channel_name, string attnmodel, bool disable_spatialization)
Parameters
connection_id: long
channel_name: string
attnmodel: string
disable_spatialization: bool
Returns
ulong
ovr_NetSync_SetVoipGroup ( connection_id , group_id )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_NetSync_SetVoipGroup(long connection_id, string group_id)
Parameters
connection_id: long
group_id: string
Returns
ulong
ovr_NetSyncConnection_GetZoneId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_NetSyncConnection_GetZoneId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_NetSyncOptions_SetVoipGroup ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_NetSyncOptions_SetVoipGroup(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_NetSyncOptions_SetZoneId ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_NetSyncOptions_SetZoneId(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_NetSyncSession_GetVoipGroup ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_NetSyncSession_GetVoipGroup(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_PartyUpdateNotification_GetUpdateTimestamp ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetUpdateTimestamp(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_PartyUpdateNotification_GetUserAlias ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetUserAlias(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_PartyUpdateNotification_GetUserName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_PartyUpdateNotification_GetUserName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Pid_GetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Pid_GetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Price_GetCurrency ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Price_GetCurrency(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Price_GetFormatted ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Price_GetFormatted(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Product_GetCoverUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Product_GetCoverUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Product_GetDescription ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Product_GetDescription(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Product_GetFormattedPrice ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Product_GetFormattedPrice(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Product_GetIconUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Product_GetIconUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Product_GetName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Product_GetName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Product_GetShortDescription ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Product_GetShortDescription(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Product_GetSKU ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Product_GetSKU(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_ProductArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_ProductArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Purchase_GetDeveloperPayload ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Purchase_GetDeveloperPayload(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Purchase_GetExpirationTime ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static DateTime Oculus.Platform.CAPI.ovr_Purchase_GetExpirationTime(IntPtr obj)
Parameters
obj: IntPtr
Returns
DateTime
ovr_Purchase_GetGrantTime ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static DateTime Oculus.Platform.CAPI.ovr_Purchase_GetGrantTime(IntPtr obj)
Parameters
obj: IntPtr
Returns
DateTime
ovr_Purchase_GetPurchaseStrID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Purchase_GetPurchaseStrID(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Purchase_GetReportingId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Purchase_GetReportingId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_Purchase_GetSKU ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_Purchase_GetSKU(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_PurchaseArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_PurchaseArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_PushNotificationResult_GetId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_PushNotificationResult_GetId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_RichPresence_SetDestination ( api_name )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_RichPresence_SetDestination(string api_name)
Parameters
api_name: string
Returns
ulong
ovr_RichPresence_SetLobbySession ( id )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_RichPresence_SetLobbySession(string id)
Parameters
id: string
Returns
ulong
ovr_RichPresence_SetMatchSession ( id )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_RichPresence_SetMatchSession(string id)
Parameters
id: string
Returns
ulong
ovr_RichPresenceOptions_SetApiName ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetApiName(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_RichPresenceOptions_SetDeeplinkMessageOverride ( handle , value )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static void Oculus.Platform.CAPI.ovr_RichPresenceOptions_SetDeeplinkMessageOverride(IntPtr handle, string value)
Parameters
handle: IntPtr
value: string
Returns
void
ovr_TestUser_GetAccessToken ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_TestUser_GetAccessToken(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_TestUser_GetFriendAccessToken ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_TestUser_GetFriendAccessToken(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_TestUser_GetUserAlias ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_TestUser_GetUserAlias(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_TestUserAppAccess_GetAccessToken ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_TestUserAppAccess_GetAccessToken(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_CancelRecordingForReportFlow ( recordingUUID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_CancelRecordingForReportFlow(string recordingUUID)
Parameters
recordingUUID: string
Returns
ulong
ovr_User_GetDisplayName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_User_GetDisplayName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_GetImageUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_User_GetImageUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_GetOculusID ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_User_GetOculusID(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_GetPresence ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_User_GetPresence(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_GetPresenceDeeplinkMessage ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_User_GetPresenceDeeplinkMessage(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_GetPresenceDestinationApiName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_User_GetPresenceDestinationApiName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_GetPresenceLobbySessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_User_GetPresenceLobbySessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_GetPresenceMatchSessionId ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_User_GetPresenceMatchSessionId(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_GetSmallImageUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_User_GetSmallImageUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_User_StopRecordingAndLaunchReportFlow ( optionalUserID , optionalRecordingUUID )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_StopRecordingAndLaunchReportFlow(UInt64 optionalUserID, string optionalRecordingUUID)
Parameters
optionalUserID: UInt64
optionalRecordingUUID: string
Returns
ulong
ovr_User_StopRecordingAndLaunchReportFlow2 ( optionalUserID , optionalRecordingUUID , abuseReportOptions )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_StopRecordingAndLaunchReportFlow2(UInt64 optionalUserID, string optionalRecordingUUID, IntPtr abuseReportOptions)
Parameters
optionalUserID: UInt64
optionalRecordingUUID: string
abuseReportOptions: IntPtr
Returns
ulong
ovr_User_TestUserCreateDeviceManifest ( deviceID , appIDs , numAppIDs )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static ulong Oculus.Platform.CAPI.ovr_User_TestUserCreateDeviceManifest(string deviceID, UInt64[] appIDs, int numAppIDs)
Parameters
deviceID: string
appIDs: UInt64 []
numAppIDs: int
Returns
ulong
ovr_UserArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_UserArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_UserCapability_GetDescription ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_UserCapability_GetDescription(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_UserCapability_GetName ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_UserCapability_GetName(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_UserCapability_GetReasonCode ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_UserCapability_GetReasonCode(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_UserCapabilityArray_GetNextUrl ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_UserCapabilityArray_GetNextUrl(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
ovr_UserProof_GetNonce ( obj )
The Meta Quest Platform offers features that you can use to create engaging and social game experiences. Supporting objectives: Identity, Social and Community, Engagement, Revenue, and Security. See more details at here.
Signature
static string Oculus.Platform.CAPI.ovr_UserProof_GetNonce(IntPtr obj)
Parameters
obj: IntPtr
Returns
string
StringFromNative ( pointer )
Signature
static string Oculus.Platform.CAPI.StringFromNative(IntPtr pointer)
Parameters
pointer: IntPtr
Returns
string
StringToNative ( s )
Signature
static IntPtr Oculus.Platform.CAPI.StringToNative(string s)
Parameters
s: string
Returns
IntPtr

Inner Structs

OculusInitParams Struct

The OculusInitParams struct is used to specify initialization parameters for the OculusPlatform SDK. Specifically, it is used in the Platform.InitializeStandaloneOculus call. It is used to represent vital data that is used to initialize the SDK. See more details here.

Fields

appId : UInt64
The appID field is an unsigned integer that represents the id of the Application that is initializing the OculusPlatform SDK.
Signature
UInt64 Oculus.Platform.CAPI.OculusInitParams.appId
email : string
The email field is a string that represents the email address that is associated with the Oculus account.
Signature
string Oculus.Platform.CAPI.OculusInitParams.email
password : string
The password field is a string that represents the password that is associated with the Oculus account.
Signature
string Oculus.Platform.CAPI.OculusInitParams.password
sType : int
Credentials struct type.
Signature
int Oculus.Platform.CAPI.OculusInitParams.sType
uriPrefixOverride : string
Optional override for 'https://graph.oculus.com'.
Signature
string Oculus.Platform.CAPI.OculusInitParams.uriPrefixOverride

ovrKeyValuePair Struct

The ovrKeyValuePair struct represents a key-value pair, where the key is a string and the value can be either an integer, a double, or a string. This struct is used to represent data in the OculusPlatform API. See more details here.

Constructors

ovrKeyValuePair ( key , value )
Signature
Oculus.Platform.CAPI.ovrKeyValuePair.ovrKeyValuePair(string key, string value)
Parameters
key: string
value: string
ovrKeyValuePair ( key , value )
Signature
Oculus.Platform.CAPI.ovrKeyValuePair.ovrKeyValuePair(string key, int value)
Parameters
key: string
value: int
ovrKeyValuePair ( key , value )
Signature
Oculus.Platform.CAPI.ovrKeyValuePair.ovrKeyValuePair(string key, double value)
Parameters
key: string
value: double

Fields

doubleValue_ : double
This is a double value that is stored in the ovrKeyValuePair struct. It is only used if the the value type is of type double.
Signature
double Oculus.Platform.CAPI.ovrKeyValuePair.doubleValue_
intValue_ : int
This is an integer value that is stored in the ovrKeyValuePair struct. It is only used if the the value type is of type integer.
Signature
int Oculus.Platform.CAPI.ovrKeyValuePair.intValue_
key_ : string
This is a string that is used as a key for the ovrKeyValuePair struct. It will map to a value of either type integer, double, or string.
Signature
string Oculus.Platform.CAPI.ovrKeyValuePair.key_
stringValue_ : string
This is a string value that is stored in the ovrKeyValuePair struct. It is only used if the the value type is of type string.
Signature
string Oculus.Platform.CAPI.ovrKeyValuePair.stringValue_
valueType_ : KeyValuePairType
This is a explicit value that is used to indicate the type of the data that is stored in the ovrKeyValuePair struct. It can be either an integer, string, or double.
Signature
KeyValuePairType Oculus.Platform.CAPI.ovrKeyValuePair.valueType_

ovrNetSyncVec3 Struct

The ovrNetSyncVec3 struct represents a 3D vector with float components. It is used to represent net sync data in the OculusPlatform API. The struct consists of 3 float values: x, y, and z each representing an axis.

Fields

x : float
The x component of the ovrNetSyncVec3 struct. It is a float value representing the x-axis.
Signature
float Oculus.Platform.CAPI.ovrNetSyncVec3.x
y : float
The y component of the ovrNetSyncVec3 struct. It is a float value representing the y-axis.
Signature
float Oculus.Platform.CAPI.ovrNetSyncVec3.y
z : float
The z component of the ovrNetSyncVec3 struct. It is a float value representing the z-axis.
Signature
float Oculus.Platform.CAPI.ovrNetSyncVec3.z