[6.7.0] add func of carinfo in bind

This commit is contained in:
EmArrow
2024-10-08 15:21:45 +08:00
parent 00e1611b48
commit de90e27a24
5 changed files with 29 additions and 9 deletions

View File

@@ -29,6 +29,13 @@ object CallerOchCustomViewManager {
return ochCustomViewProviderApi?.createOchBusinessView(context)
}
/**
* 创建 绑定二维码 自定义 View
*/
fun getOchBindQRCodeView(context: Context?):View?{
return ochCustomViewProviderApi?.createOchBindQRCodeView(context)
}
/**
* 创建 启动自动驾驶 自定义 View
*/