[2.15.0][Feat]新增监听司机屏的回调

This commit is contained in:
chenfufeng
2023-04-17 21:10:50 +08:00
parent 29cab636d7
commit 0682db383f
3 changed files with 11 additions and 0 deletions

View File

@@ -2,4 +2,6 @@ package com.mogo.eagle.core.function.api.telematic
interface IReceivedMsgListener {
fun onReceivedMsg(type: Int, byteArray: ByteArray)
fun onReceivedServerSn(sn: String?) {}
}