receive Event Live
inline fun <T> LifecycleOwner.receiveEventLive(vararg tags: String? = arrayOf(), lifeEvent: Lifecycle.Event = Lifecycle.Event.ON_DESTROY, noinline block: suspend CoroutineScope.(T) -> Unit): Job
Content copied to clipboard
使用LiveData将消息延迟到前台接收