Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.misc/Scheduler/Companion

Companion

object Companion

Properties

MAIN
Link copied to clipboard
@JvmStatic
val MAIN: Scheduler

A shared Scheduler whose implementation submits tasks for execution on the Android main thread.

SYNCHRONOUS
Link copied to clipboard
@JvmStatic
val SYNCHRONOUS: Scheduler

A 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.

Generated by Dokka
(c) Tealium 2026