Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.ui_v2.common.viewmodel
/
Result
Result
sealed
class
Result
<
out
T
,
out
E
>
Inheritors
Success
Failure
Members
Types
Failure
Link copied to clipboard
class
Failure
<
E
>
(
val
error
:
E
)
:
Result
<
Nothing
,
E
>
Success
Link copied to clipboard
class
Success
<
T
>
(
val
value
:
T
)
:
Result
<
T
,
Nothing
>