class ArDevice


Contains the information of the device that locates it with respect to the real world.

Summary

Nested types

Contains the current state of the AR Device tracking.

Public companion functions

ArDevice
getInstance(session: Session)

Returns the AR device tracking data.

Public functions

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

Public properties

StateFlow<ArDevice.State>

The current State of the AR Device tracking.

Extension properties

Flowable<ArDevice.State>

The current State of the AR Device tracking.

Public companion functions

getInstance

Added in 1.0.0-alpha06
fun getInstance(session: Session): ArDevice

Returns the AR device tracking data.

Parameters
session: Session

the currently active Session.

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

state

Added in 1.0.0-alpha06
val stateStateFlow<ArDevice.State>

The current State of the AR Device tracking.

Extension properties

val ArDevice.stateAsFlowableFlowable<ArDevice.State>

The current State of the AR Device tracking.