[6.1.0]运营面板调试面板的美化、雨天、点云事件状态同步
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.mogo.eagle.core.function.api.setting
|
||||
|
||||
/**
|
||||
* 运营面板、调试面板设置事件监听回调
|
||||
*/
|
||||
interface ISopSettingListener {
|
||||
|
||||
/**
|
||||
* 美化模式
|
||||
*/
|
||||
fun onDemoModeClickEvent(status: Boolean){}
|
||||
|
||||
/**
|
||||
* 雨天模式
|
||||
*/
|
||||
fun onRainModeClickEvent(status: Boolean){}
|
||||
|
||||
/**
|
||||
* 点云
|
||||
*/
|
||||
fun onPointCloudClickEvent(status: Boolean){}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user