Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-barcode-sdk
/
io.scanbot.sdk.kmp.utils
/
Result
/
Companion
Companion
object
Companion
Members
Functions
failure
Link copied to clipboard
fun
failure
(
exception
:
Throwable
)
:
Result
<
Nothing
>
run
Catching
Link copied to clipboard
inline
fun
<
R
>
runCatching
(
block
:
(
)
->
R
)
:
Result
<
R
>
success
Link copied to clipboard
fun
<
T
>
success
(
value
:
T
)
:
Result
<
T
>