toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.app.ext
/
debounce
debounce
fun
<
T
>
LiveData
<
T
>
.
debounce
(
duration
:
Long
=
1000
,
coroutineScope
:
CoroutineScope
)
:
MediatorLiveData
<
T
>