NativeSessionData


class NativeSessionData


Class containing pointers to the native resources backing the XR runtime.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Long

For OpenXR runtimes, this is the native XrSession pointer.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

sessionPointer

Added in 1.0.0-alpha14
val sessionPointerLong

For OpenXR runtimes, this is the native XrSession pointer.

For Play Services runtimes this is null.