Base Document Scanner Activity
Base class is to hold only code common for all Document- activities.
Inheritors
Types
Link copied to clipboard
interface AutoCancellableResult
Result wrapping entity for component, that support automatic scanning cancelling and closing due to timer.
Link copied to clipboard
interface InternalResult : ScanbotActivityResult<Document> , BaseDocumentScannerActivity.AutoCancellableResult
Wrapper-class for all information, obtained as a result of RTU activity work.
Link copied to clipboard
abstract class InternalResultContract<R : BaseDocumentScannerActivity.InternalResult>(activityClass: Class<*>)
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
Properties
Link copied to clipboard
Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.