Last Updated on : 2024-11-15 08:50:22download
Device pairing BizBundle for a single category is supported to improve the BizBundle configuration and meet individual needs. You can get quick access to the pairing process of a single product, which helps save time, improve efficiency, and implement fine management.
Key strengths
To create a product details page, you can add a pairing portal to a prominent position on the page and place additional portals in other appropriate locations. Click the portal and get access to the pairing process that you have configured on the Tuya Developer Platform. You can modify and customize the pairing configuration based on actual requirements.
For more information about BizBundle integration, see Preparation and Integrate with Framework.
In the Product Configuration step, find Device Pairing.
Click Settings to configure the following parameters:
After completing the configuration, you can scan the QR code with the Tuya app to verify the configuration.
Import the BizBundle SDK.
Method
ThingActivatorCoreKit.INSTANCE.getCommonBizOpt().getDeviceLevelThirdDetailData(1, pid, new IResultResponse<CategoryLevelThirdBean>() {
@Override
public void onSuccess(CategoryLevelThirdBean categoryLevelThirdBean) {
}
@Override
public void onError(@NotNull String s, @NotNull String s1) {
}
});
Parameters
Parameter | Type | Description |
---|---|---|
bizValue | String | The ID of the product or category. |
bizType | Int | The bizValue type.
|
For more information about BizBundle integration, see Device Pairing UI BizBundle.
Example
RouterOperator.INSTANCE.goToDeviceGuide(context, categoryLevelThirdBeans.get(0), null);
For more information about device pairing, see the sample.
With these new features and optimization methods, Tuya aims to enable smarter and more convenient pairing management. We hope these innovations will help your business reach new heights.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback