[2.13.2]消息盒子全程点击事件分发给业务侧进行后续处理

This commit is contained in:
xuxinchao
2023-01-16 14:53:55 +08:00
parent 8438d5307d
commit b91382d7c9
4 changed files with 85 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
package com.mogo.eagle.core.function.api.msgbox
/**
* @author XuXinChao
* @date 2023/1/16
* 消息盒子事件监听回调
*/
interface IMsgBoxEventListener {
fun onSummaryClickEvent()
}