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

#import <ThingSmartCallEventMessageProtocol.h>

Inheritance diagram for <ThingSmartCallEventMessage>:
<ThingSmartCallBaseProtocol> <ThingSmartCallBaseProtocol>

Instance Methods

(NSString *event) - __deprecated_msg
 
(NSString *event) - __deprecated_msg
 

Properties

ThingSmartCallType callType
 call type More...
 
ThingSmartCallEventName eventName
 event name More...
 
ThingSmartCallEvent callEvent
 event More...
 
- Properties inherited from <ThingSmartCallBaseProtocol>
NSString * appDeviceId
 app unique id More...
 
NSString * curId
 current id More...
 
NSString * targetId
 target id More...
 
NSString * sessionId
 session id More...
 
long long timeout
 call timeout interval, unit is millisecond. More...
 
NSDictionary * extra
 extra data, eg: {channelType:1, category:xxx}, if see more, please review developer document. More...
 
NSString * reason
 reason. More...
 

Detailed Description

Definition at line 14 of file ThingSmartCallEventMessageProtocol.h.

Method Documentation

◆ __deprecated_msg [1/2]

- (NSString *event) __deprecated_msg ("Use eventName instead") 

◆ __deprecated_msg [2/2]

- (NSString *event) __deprecated_msg ("Use eventName instead") 

Property Documentation

◆ callEvent

- (ThingSmartCallEvent) callEvent
readnonatomicassign

event

Definition at line 22 of file ThingSmartCallEventMessageProtocol.h.

◆ callType

- (ThingSmartCallType) callType
readwritenonatomicassign

call type

Definition at line 17 of file ThingSmartCallEventMessageProtocol.h.

◆ eventName

- (ThingSmartCallEventName) eventName
readwritenonatomiccopy

event name

Definition at line 20 of file ThingSmartCallEventMessageProtocol.h.


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