Last Updated on : 2023-07-03 03:04:43download
FAQ UI BizBundle provides the Android container that hosts the FAQ and feedback service to implement troubleshooting and feedback for your apps.
Integrate Smart Life App SDK for Android into your project with Android Studio and add the framework of the UI BizBundle to your project.
build.gradle
of moduledependencies {
api 'com.thingclips.smart:thingsmart-bizbundle-feedback:2.0.0-cube.2'
}
Follow the instructions in Integrate with Framework to get the unimplemented route and navigate to the target page.
ThingHomeSdk.getUserInstance().queryAllBizDomains(object : IQurryDomainCallback {
override fun onSuccess(domain: String) {
UrlRouter.execute(UrlRouter.makeBuilder(this@MainActivity, "helpCenter"))
}
override fun onError(code: String, error: String) {
}
})
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback