[8.4.0] 司机屏无人化所有功能(除更改成D6任务相关)

This commit is contained in:
xinfengkun
2026-02-03 14:37:03 +08:00
parent 137aa60752
commit c8fd926c26
195 changed files with 18770 additions and 57 deletions

View File

@@ -26,6 +26,10 @@ object CallerOchBizFunctionCall4EagleManager : IOchBizFunctionCall4Eagle {
ochBizFunctionCall4EagleInstance?.logout()
}
override fun isLogin(): Boolean {
return ochBizFunctionCall4EagleInstance?.isLogin() == true
}
override fun setVideoView(target: View?) {
ochBizFunctionCall4EagleInstance?.setVideoView(target)
}