Text Pattern Scanner Activity
Deprecated
This component is deprecated and will be deleted in the future. Please use [io.scanbot.sdk.ui_v2.textpattern.TextPatternScannerActivity] instead
Shows generic data scanner screen of the application.
Types
Link copied to clipboard
Link copied to clipboard
data class Result(val resultCode: Int, val result: List<TextPatternScannerStepResult>?, val isLicenseInvalid: Boolean, val sdkIsNotInitialized: Boolean) : ScanbotActivityResult<List<TextPatternScannerStepResult>>
Link copied to clipboard
class ResultContract
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.