Tuya iOS Smart Life App SDK 5.15.0
ThingSmartMatterActivatorConfig Class Reference

#import <ThingSmartMatterActivator.h>

Inheritance diagram for ThingSmartMatterActivatorConfig:

Class Methods

(void) + setMatterConfigKey:
 
(void) + setMatterControllerAdminVendorID:
 
(void) + setMatterConfigKey:
 
(void) + setMatterControllerAdminVendorID:
 

Detailed Description

Definition at line 61 of file ThingSmartMatterActivator.h.

Method Documentation

◆ setMatterConfigKey: [1/2]

+ (void) setMatterConfigKey: (NSString *)  configKey

Set your App Groups identify to share data with Matter Extension

Notice

  1. Please check the configKey must be same as the App Groups identify which is both chose it to Matter Extension Target and your App Main Target.
  2. Please call this API before start pairing, Usually this api is called after the App is started and before the matter device activator starts.
  • Parameter configKey: The App Groups identify.

◆ setMatterConfigKey: [2/2]

+ (void) setMatterConfigKey: (NSString *)  configKey

Set your App Groups identify to share data with Matter Extension

Notice

  1. Please check the configKey must be same as the App Groups identify which is both chose it to Matter Extension Target and your App Main Target.
  2. Please call this API before start pairing, Usually this api is called after the App is started and before the matter device activator starts.
  • Parameter configKey: The App Groups identify.

◆ setMatterControllerAdminVendorID: [1/2]

+ (void) setMatterControllerAdminVendorID: (NSNumber *)  adminVendorID

◆ setMatterControllerAdminVendorID: [2/2]

+ (void) setMatterControllerAdminVendorID: (NSNumber *)  adminVendorID

The documentation for this class was generated from the following files: