TrackingState


public final class TrackingState


Describes the state of the tracking performed.

Summary

Public fields

static final @NonNull TrackingState

Tracking has been paused for this instance but may be resumed in the future.

static final @NonNull TrackingState

Tracking has stopped for this instance and will never be resumed in the future.

static final @NonNull TrackingState

The trackable is currently tracked and its pose is current.

Public methods

@NonNull String

Public fields

PAUSED

public static final @NonNull TrackingState PAUSED

Tracking has been paused for this instance but may be resumed in the future.

STOPPED

public static final @NonNull TrackingState STOPPED

Tracking has stopped for this instance and will never be resumed in the future.

TRACKING

public static final @NonNull TrackingState TRACKING

The trackable is currently tracked and its pose is current.

Public methods

toString

public @NonNull String toString()