core/com.tealium.prism.core.api.misc/Scheduler/Companion Companion object Companion Members Properties MAIN Link copied to clipboard @JvmStaticval MAIN: SchedulerA shared Scheduler whose implementation submits tasks for execution on the Android main thread. SYNCHRONOUS Link copied to clipboard @JvmStaticval SYNCHRONOUS: SchedulerA Scheduler implementation whereby all tasks that are submitted will be executed in a synchronous manner. They will be executed immediately in the calling Thread, and any delays specified will be ignored.