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()