com.bear.common.sdk

Package com.bear.common.sdk

Types

ArCoreTrackingState

enum class ArCoreTrackingState

The ARCore tracking state.

BearCallback

interface BearCallback

This class provides callbacks for BEAR SDK.

BearSdk

open class 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.

IBearHandler

interface IBearHandler : IArStateObserver, IFlashStatusHandler

This class provides ability to handle BEAR SDK features.

Exceptions

BearErrorException

class BearErrorException : Throwable

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