enum class ArCoreTrackingState
The ARCore tracking state. |
|
interface BearCallback
This class provides callbacks for BEAR SDK. |
|
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. |
|
interface IBearHandler : IArStateObserver, IFlashStatusHandler
This class provides ability to handle BEAR SDK features. |
class BearErrorException : Throwable
This class exposes type, message and eventually reason of error occurrence. |