Last Updated on : 2024-04-01 06:25:08download
Message Center UI BizBundle provides the service logic of the message center that is supported by Tuya. The message center keeps the history of push notifications that are classified into alerts, home messages, and notifications. Alerts include device alerts and smart scene history.
On the message center settings page, users can enable or disable one or more push notifications. DND periods can be added for device alerts.
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 module
dependencies {
api enforcedPlatform("com.thingclips.smart:thingsmart-BizBundlesBom:${biz_bom_version}")
api 'com.thingclips.smart:thingsmart-bizbundle-message'
api "com.thingclips.smart:thingsmart:${sdk_version}}"
}
Follow the instructions in Integrate with Framework to get the unimplemented route and navigate to the target page.
UrlRouter.execute(new UrlBuilder(MainActivity.this, "messageCenter"));
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback