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