Package-level declarations

Types

Link copied to clipboard

Contains upload constants

Link copied to clipboard
object Constants
Link copied to clipboard
interface Initializable

Defines Scanbot SDK's ability to statically check if it was initialized.

Link copied to clipboard
interface LicensableSdk

A component that can be licensed - can perform license check and return info about results of such check.

Link copied to clipboard

Provides all preferences constants, extras keys

Link copied to clipboard

Might define some API that is 100% identical between Bundle and Barcode SDKs.

Link copied to clipboard
interface SdkInitializer

Common type for SDK initializers.

Link copied to clipboard
class SdkLicenseError(val errorMessage: String? = null) : Error

Class to return as error inside UI components if license check is failed

Link copied to clipboard
class SDKLicenseErrorHandlerImpl(handler: IScanbotSDKLicenseErrorHandler?, logger: Logger) : SDKLicenseErrorHandler

SDKLicenseErrorHandler implementation for wrapping IScanbotSDKLicenseErrorHandler with logging handling