toggle menu
Genius Scan SDK
6.0.0-beta11
androidJvm
switch theme
search in API
Genius Scan SDK
/
com.geniusscansdk.scanflow
/
ScanActivity
/
Contract
Contract
class
Contract
:
ActivityResultContract
<
ScanFlowConfiguration
,
FlowOutput
<
ScanFlowResult
>
>
ActivityResultContract implementation for ScanFlow
Members
Constructors
Contract
Link copied to clipboard
constructor
(
)
Functions
create
Intent
Link copied to clipboard
open
override
fun
createIntent
(
context
:
Context
,
input
:
ScanFlowConfiguration
)
:
Intent
parse
Result
Link copied to clipboard
open
override
fun
parseResult
(
resultCode
:
Int
,
intent
:
Intent
?
)
:
FlowOutput
<
ScanFlowResult
>