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

OVRMetricsFeature

OVRMetricsFeature

class OVRMetricsFeature(val context: <Error class: unknown class>, groups: OVRMetricsGroup) : SpatialFeature

Constructors

NameSummary
OVRMetricsFeature
constructor(context: <Error class: unknown class>, vararg groups: OVRMetricsGroup)

Properties

NameSummary
context
val context: <Error class: unknown class>

Functions

NameSummary
componentsToRegister
open fun componentsToRegister(): List<ComponentRegistration>
Registers components that should be used by the application.
earlySystemsToRegister
open fun earlySystemsToRegister(): List<SystemBase>
Registers systems that should be executed during the early stages of the application lifecycle.
finishRuntimeOnBind
open fun finishRuntimeOnBind(intent: <Error class: unknown class>): <Error class: unknown class>?
finishRuntimeOnRebind
open fun finishRuntimeOnRebind(intent: <Error class: unknown class>)
finishRuntimeOnUnbind
open fun finishRuntimeOnUnbind(intent: <Error class: unknown class>): Boolean?
getDependencies
open fun getDependencies(): List<KClass<out SpatialFeature>>
Returns a list of dependencies required by this feature.
lateSystemsToRegister
open override fun lateSystemsToRegister(): List<SystemBase>
Registers systems that should be executed during the late stages of the application lifecycle.
loadLibrary
open fun loadLibrary(libName: String)
Loads a native library into the application.
onCreate
open fun onCreate(savedInstanceState: <Error class: unknown class>?)
Called when the application is created.
onDestroy
open override fun onDestroy()
Called when the application is destroyed.
onPauseActivity
open fun onPauseActivity()
Called when the activity is paused.
onResume
open fun onResume()
Called when the application is resumed.
onSceneReady
open fun onSceneReady()
Called when the scene is ready.
onStart
open fun onStart()
Called when the application is started.
onStartCommand
open fun onStartCommand(intent: <Error class: unknown class>, flags: Int, startId: Int): Int?
onStopActivity
open fun onStopActivity()
Called when the activity is stopped.
onVRPause
open fun onVRPause()
Called when the VR mode is paused.
onVRReady
open fun onVRReady()
Called when the VR mode is ready.
preRuntimeOnCreate
open override fun preRuntimeOnCreate(savedInstanceState: <Error class: unknown class>?)
Called before the application’s onCreate() method is called.
registerRequiredOpenXRExtensions
open fun registerRequiredOpenXRExtensions(): List<String>
systemsToRegister
open fun systemsToRegister(): List<SystemBase>
Registers systems that should be executed
Did you find this page helpful?
Thumbs up icon
Thumbs down icon