Commercial Lighting UI BizBundle for iOS

Last Updated on : 2024-04-03 09:33:32download

Commercial Lighting UI BizBundle for iOS is a vertical service bundle that encompasses logic modules and UI pages. It enables efficient access to comprehensive service modules provided by Tuya and accelerates your development based on the Commercial Lighting App SDK.

Overview

A bunch of BizBundles are supported, including:

  • Device pairing
  • Device control

Architecture

Tuya UI BizBundles for iOS can be integrated as services. All features are provided based on protocols.

Commercial Lighting UI BizBundle for iOS

Protocols can be used to get services and implement services.

Get services

A BizBundle provides BizCore with a service protocol. Thus, you can call a specific service method to implement the service.

Commercial Lighting UI BizBundle for iOS

Implement services

Certain service protocols of BizBundles are not implemented by default. For example, the Panel Multilingual BizBundle depends on the device pairing service in specific conditions. If the Device Pairing UI BizBundle is not integrated, this service protocol is not implemented. In this case, you can create a class to implement the required service protocol and register it to BizCore to improve the features of the BizBundle.

Commercial Lighting UI BizBundle for iOS