NativeSessionData


public final class NativeSessionData


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

Summary

Public methods

boolean
equals(Object other)
final long

For OpenXR runtimes, this is the native XrSession pointer.

int

Public methods

equals

public boolean equals(Object other)

getSessionPointer

Added in 1.0.0-alpha14
public final long getSessionPointer()

For OpenXR runtimes, this is the native XrSession pointer.

For Play Services runtimes this is null.

hashCode

public int hashCode()