Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.ui.view.barcode.batch
/
InternalBatchBarcodeScannerActivity
/
InternalResultContract
Internal
Result
Contract
abstract
class
InternalResultContract
<
R
:
InternalBatchBarcodeScannerActivity.InternalResult
>
(
activityClass
:
Class
<
*
>
)
Inheritors
ResultContract
Members
Constructors
Internal
Result
Contract
Link copied to clipboard
constructor
(
activityClass
:
Class
<
*
>
)
Functions
create
Intent
Link copied to clipboard
open
fun
createIntent
(
context
:
Context
,
input
:
BatchBarcodeScannerConfiguration
)
:
Intent
parse
Result
Link copied to clipboard
open
fun
parseResult
(
resultCode
:
Int
,
intent
:
Intent
?
)
:
R