Tuya iOS Smart Life App SDK 5.15.0
ThingSmartMatterManager Class Reference

#import <ThingSmartMatterManager.h>

Inheritance diagram for ThingSmartMatterManager:

Instance Methods

(void) - loadFabricWithSpaceId:success:failure:
 shareInstance. More...
 
(uint64_t) - currentCompressedFabricID
 load current home matter compressed fabricID More...
 
(void) - loadFabricWithSpaceId:success:failure:
 shareInstance. More...
 
(uint64_t) - currentCompressedFabricID
 load current home matter compressed fabricID More...
 

Properties

long long spaceId
 

Detailed Description

Definition at line 12 of file ThingSmartMatterManager.h.

Method Documentation

◆ currentCompressedFabricID [1/2]

- (uint64_t) currentCompressedFabricID

load current home matter compressed fabricID

◆ currentCompressedFabricID [2/2]

- (uint64_t) currentCompressedFabricID

load current home matter compressed fabricID

◆ loadFabricWithSpaceId:success:failure: [1/2]

- (void) loadFabricWithSpaceId: (long long)  spaceId
success: (ThingSuccessHandler success
failure: (ThingFailureError failure 

shareInstance.

load the fabric by space id.

  • Parameters:
    • spaceId: the space id. (aka home id).
    • success: Called when the task is finished.
    • failure: Called when the task is interrupted by an error.

◆ loadFabricWithSpaceId:success:failure: [2/2]

- (void) loadFabricWithSpaceId: (long long)  spaceId
success: (ThingSuccessHandler success
failure: (ThingFailureError failure 

shareInstance.

load the fabric by space id.

  • Parameters:
    • spaceId: the space id. (aka home id).
    • success: Called when the task is finished.
    • failure: Called when the task is interrupted by an error.

Property Documentation

◆ spaceId

- (long long) spaceId
readnonatomicassign

Definition at line 14 of file ThingSmartMatterManager.h.


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