tripkit-android / com.skedgo.tripkit.ui.utils / MainThreadBus / post

post

fun post(event:Any!):Unit

Posts an event and expects to handle it on the main thread.

Parameters

event - Any!: The event that we want to post.