All Types

com.bear.common.sdk.ui.activities.main.ArActivity

This activity provides augmented reality view. Implements IArActivity.

com.bear.common.sdk.ArCoreTrackingState

The ARCore tracking state.

com.bear.common.sdk.listeners.scan.ArState

The Ar Scan status.

com.bear.common.sdk.listeners.scan.ArStateChangeRegistrar

Used to register Ar status changes via PublishSubject.

com.bear.common.sdk.BearCallback

This class provides callbacks for BEAR SDK.

com.bear.common.sdk.BearErrorException

This class exposes type, message and eventually reason of error occurrence.

com.bear.common.sdk.BearSdk

This class is used to initialize database and native libraries for BEAR SDK. BearSdk instance can be retrieved with getInstance method. To initiate BEAR SDK init method must be called in the android.app.Application.onCreate method.

com.bear.common.sdk.listeners.flash.FlashStatus

The flash status.

com.bear.common.sdk.listeners.flash.FlashStatusListener

Listener interface for FlashStatus.

com.bear.common.sdk.ui.activities.main.IArActivity

Interface for implementing an augmented reality activity.

com.bear.common.sdk.listeners.scan.IArStateListener

Listener interface for ArState.

com.bear.common.sdk.listeners.scan.IArStateObserver

This class provides ability to handle ArState changes.

com.bear.common.sdk.IBearHandler

This class provides ability to handle BEAR SDK features.

com.bear.common.sdk.listeners.flash.IFlashStatusHandler

This class provides ability to handle FlashStatus changes.