Trackable.State


public interface Trackable.State

Known direct subclasses
Plane.State

The representation of the current state of a Plane.


The subset of data that is common to the state of all Trackable instances.

Summary

Public methods

abstract @NonNull TrackingState

Whether this trackable is being tracked or not.

Public methods

getTrackingState

Added in 1.0.0-alpha01
abstract @NonNull TrackingState getTrackingState()

Whether this trackable is being tracked or not.