/lib/live.hms.video.utils/HMSCoroutineScope
HMSCoroutineScope
[androidJvm]\ object HMSCoroutineScope : CoroutineScope
Functions
| Name | Summary |
|---|---|
| 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
| Name | Summary |
|---|---|
| coroutineContext | [androidJvm] open override val coroutineContext: CoroutineContext |