[6.7.0][工具箱] feat: 修改工具箱里item 调试面板 / 运营面板 / 接管记录 / 杀死 APP / 上报 点击响应,增加 重启系统 / 一键停服的自定义按钮及逻辑;

This commit is contained in:
aibingbing
2024-09-20 19:31:02 +08:00
parent fc1e415f5c
commit b2176283d6
16 changed files with 769 additions and 18 deletions

View File

@@ -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?)
}