Package-level declarations
Types
Link copied to clipboard
object BlobsConstants
Contains upload 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
object PreferencesConstants
Provides all preferences constants, extras keys
Link copied to clipboard
Provider for Scanbot SDK features.
Link copied to clipboard
Initializes Scanbot SDK library. Use it to set up desired components and then call initialize.
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 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