/lib/live.hms.video.utils/HMSCoroutineScope

HMSCoroutineScope

[androidJvm]\ object HMSCoroutineScope : CoroutineScope

Functions

NameSummary
schedule[androidJvm]
fun schedule(delay: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, task: suspend () -> Unit): ScheduledFuture<*>
scheduleWithFixedDelay[androidJvm]
fun scheduleWithFixedDelay(delay: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, task: suspend () -> Unit): ScheduledFuture<*>

Properties

NameSummary
coroutineContext[androidJvm]
open override val coroutineContext: CoroutineContext