Android SDK 100ms
lib
/
live.hms.video.utils
/
HMSCoroutineScope
/
scheduleWithFixedDelay
schedule
With
Fixed
Delay
fun
scheduleWithFixedDelay
(
delay
:
Long
,
unit
:
TimeUnit
=
TimeUnit.MILLISECONDS
,
task
:
suspend
(
)
->
Unit
)
:
ScheduledFuture
<
*
>