1. FAQ BizBundle

1.1. Features Overview

The FAQ BizBundle provides an Android container that hosts "questions and feedback", and provides a troubleshooting and feedback channel for your app.

1.2. Biz Bundle integration

1.2.1. Create project

Create your project in Android Studio, connect to the public SDK and configure itFrame access

1.2.2. module's build.gradle configuration

dependencies {
    api 'com.tuya.smart:tuyasmart-bizbundle-feedback:3.20.0-7'
}

1.2.3. Jump to unimplemented routing address

Jumping to an implementation page via a route callback

1.3. Go To FAQ Page

  • Routing scheme
TuyaHomeSdk.getUserInstance().queryAllBizDomains(object : IQurryDomainCallback {
    override fun onSuccess(domain: String) {
        UrlRouter.execute(UrlRouter.makeBuilder(this@MainActivity, "helpCenter"))
    }

    override fun onError(code: String, error: String) {
    }
})

1.3.1. Attention

1.Make sure that the user is logged in before using any interface

2.When the login user changes, be sure to re-judge the FAQ availability status and re-acquire the FAQ page

results matching ""

    No results matching ""