[2.13.2]消息盒子全程点击事件分发给业务侧进行后续处理
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.mogo.eagle.core.function.api.msgbox
|
||||
/**
|
||||
* @author XuXinChao
|
||||
* @date 2023/1/16
|
||||
* 消息盒子事件监听回调
|
||||
*/
|
||||
interface IMsgBoxEventListener {
|
||||
fun onSummaryClickEvent()
|
||||
}
|
||||
Reference in New Issue
Block a user