[6.5.1_exam]Taxi增加座椅压力

This commit is contained in:
xuxinchao
2024-07-31 17:07:51 +08:00
parent cca38246cc
commit 57edc8dffb
9 changed files with 176 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
package com.mogo.eagle.core.function.api.setting
/**
* 座椅压力事件监听回调接口
*/
interface ISeatPressureEventListener {
fun onUpdateBgEvent(isPress: Boolean){}
}