Tuya iOS Smart Life App SDK 5.15.0
<ThingModuleNotifyBlueprint> Protocol Reference

#import <ThingModuleNotifyBlueprint.h>

Inheritance diagram for <ThingModuleNotifyBlueprint>:
<ThingModuleBaseBlueprint> <ThingModuleBaseBlueprint> ThingModuleNotifyManager ThingModuleNotifyManager

Instance Methods

(void) - registResponder:forNotify:
 
(void) - unregistResponder:forNotify:
 
(void) - triggerNotify:withUserInfo:
 
(void) - triggerNotify:withUserInfo:postNotification:
 
(void) - registResponder:forNotify:
 
(void) - unregistResponder:forNotify:
 
(void) - triggerNotify:withUserInfo:
 
(void) - triggerNotify:withUserInfo:postNotification:
 

Additional Inherited Members

- Class Methods inherited from <ThingModuleBaseBlueprint>
(instancetype) + oneInstance
 
(instancetype) + oneInstance
 

Detailed Description

Definition at line 12 of file ThingModuleNotifyBlueprint.h.

Method Documentation

◆ registResponder:forNotify: [1/2]

- (void) registResponder: (id)  obj
forNotify: (SEL)  sel 

◆ registResponder:forNotify: [2/2]

- (void) registResponder: (id)  obj
forNotify: (SEL)  sel 

◆ triggerNotify:withUserInfo: [1/2]

- (void) triggerNotify: (SEL)  sel
withUserInfo: (id)  userInfo 

◆ triggerNotify:withUserInfo: [2/2]

- (void) triggerNotify: (SEL)  sel
withUserInfo: (id)  userInfo 

◆ triggerNotify:withUserInfo:postNotification: [1/2]

- (void) triggerNotify: (SEL)  sel
withUserInfo: (id)  userInfo
postNotification: (NSString *)  name 

◆ triggerNotify:withUserInfo:postNotification: [2/2]

- (void) triggerNotify: (SEL)  sel
withUserInfo: (id)  userInfo
postNotification: (NSString *)  name 

◆ unregistResponder:forNotify: [1/2]

- (void) unregistResponder: (id)  obj
forNotify: (SEL)  sel 

◆ unregistResponder:forNotify: [2/2]

- (void) unregistResponder: (id)  obj
forNotify: (SEL)  sel 

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