toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.app.ext
/
toResultLiveData
to
Result
Live
Data
fun
<
T
>
toResultLiveData
(
context
:
CoroutineContext
=
EmptyCoroutineContext
,
timeoutInMs
:
Long
=
DEFAULT_TIMEOUT
,
closure
:
suspend
(
)
->
T
)
:
LiveData
<
ResultObject
<
T
>
>