ResultContract

Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.

Implementation of ActivityResultContract for Text Pattern RTU scanner activity.

Encapsulates all the hassle of input and result data mapping into- and from intent's bundle.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun createIntent(context: Context, configuration: TextPatternScannerConfiguration): Intent
Link copied to clipboard
open fun parseResult(resultCode: Int, intent: Intent?): TextPatternScannerActivity.Result