文件名称:KDispatcher:Kotlin的简单轻量级事件调度程序
文件大小:1.62MB
文件格式:ZIP
更新时间:2024-05-23 15:42:18
android kotlin kotlin-android kotlin-library android-library
KDispatcher是Kotlin EventDispatcher
这是基于KOTLIN的轻量级事件调度程序
priority: Int? = null priority: Int? = null订阅功能进行排序
内联功能
您可以通过以下方式订阅活动:
val EVENT_CALL_ONE = " simple_event_name "
val eventListener = ::eventHandler
val priority = 1
KDispatcher .subscribe( EVENT_CALL_ONE , eventListener, priority)
在哪里:
EVENT_CALL_ONE-简单事件类型
eventListener-事件的函数侦听器
优先级-排序调用函数的优先级
/* *
* notif:Notification