ArDevice.State


public final class ArDevice.State


Contains the current state of the AR Device tracking.

Summary

Public methods

boolean
equals(Object other)
final @NonNull Pose

the current Pose of the device

final @NonNull TrackingState

The current androidx.xr.runtime.TrackingState

int

Public methods

equals

public boolean equals(Object other)

getDevicePose

Added in 1.0.0-alpha13
public final @NonNull Pose getDevicePose()

the current Pose of the device

getTrackingState

Added in 1.0.0-alpha13
public final @NonNull TrackingState getTrackingState()

The current androidx.xr.runtime.TrackingState

hashCode

public int hashCode()