Main Thread Worker
interface MainThreadWorker
Content copied to clipboard
A task executor that works on the main thread.
See also
Functions
postDelayed
Link copied to clipboard
abstract fun postDelayed(delay: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, runnable: Runnable)
Content copied to clipboard
Properties
Inheritors
SearchSdkMainThreadWorker
Link copied to clipboard