[6.7.0][工具箱] feat: 修改工具箱里item 调试面板 / 运营面板 / 接管记录 / 杀死 APP / 上报 点击响应,增加 重启系统 / 一键停服的自定义按钮及逻辑;
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
package com.mogo.eagle.core.function.api.och
|
||||
|
||||
import android.content.Context
|
||||
|
||||
/**
|
||||
* 工具箱-item点击事件监听
|
||||
*/
|
||||
interface IToolKitItemClickListener {
|
||||
fun onItemClick(toolTag: String)
|
||||
fun onItemClick(toolTag: String, ctx: Context?)
|
||||
}
|
||||
Reference in New Issue
Block a user