Package dev.icerock.moko.mvvm.dispatcher

Types

EventsDispatcher
Link copied to clipboard
common
class EventsDispatcher<ListenerType : Any>
EventsDispatcherOwner
Link copied to clipboard
common
interface EventsDispatcherOwner<T : Any>

Functions

createExecutorOnMainLooper
Link copied to clipboard
fun createExecutorOnMainLooper(): Executor
eventsDispatcherOnMain
Link copied to clipboard
inline fun <T : Any> eventsDispatcherOnMain(): EventsDispatcher<T>