toggle menu
Genius Scan SDK
6.0.0-beta11
androidJvm
switch theme
search in API
Genius Scan SDK
/
com.geniusscansdk.scanflow
/
FlowOutput
Flow
Output
sealed
class
FlowOutput
<
R
>
:
Serializable
Result of a generic flow.
Inheritors
Success
Error
Members
Types
Error
Link copied to clipboard
data
class
Error
<
R
>
(
val
error
:
ScanFlowError
)
:
FlowOutput
<
R
>
An error occurred during the flow.
Success
Link copied to clipboard
data
class
Success
<
R
:
Serializable
>
(
val
result
:
R
)
:
FlowOutput
<
R
>
Successfully completed the flow.