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

#import <ThingSmartDoorBellManager.h>

Inheritance diagram for <ThingSmartDoorBellObserver>:

Instance Methods

(void) - doorBellCall:didReceivedFromDevice:
 did received a call from the device More...
 
(void) - doorBellCallDidRefuse:
 the call was refused More...
 
(void) - doorBellCallDidAnswered:
 the call was answered More...
 
(void) - doorBellCallDidHangUp:
 the call was hang up More...
 
(void) - doorBellCallDidAnsweredByOther:
 the call was answered by other one More...
 
(void) - doorBellCallDidCanceled:timeOut:
 the device was canceled this call More...
 
(void) - doorBellCallDidonPreviewSuccess:
 the camera preview successful More...
 
(void) - doorBellCall:didReceivedFromDevice:
 did received a call from the device More...
 
(void) - doorBellCallDidRefuse:
 the call was refused More...
 
(void) - doorBellCallDidAnswered:
 the call was answered More...
 
(void) - doorBellCallDidHangUp:
 the call was hang up More...
 
(void) - doorBellCallDidAnsweredByOther:
 the call was answered by other one More...
 
(void) - doorBellCallDidCanceled:timeOut:
 the device was canceled this call More...
 
(void) - doorBellCallDidonPreviewSuccess:
 the camera preview successful More...
 

Detailed Description

Definition at line 54 of file ThingSmartDoorBellManager.h.

Method Documentation

◆ doorBellCall:didReceivedFromDevice: [1/2]

- (void) doorBellCall: (ThingSmartDoorBellCallModel *)  callModel
didReceivedFromDevice: (ThingSmartDeviceModel *)  deviceModel 
optional

did received a call from the device

◆ doorBellCall:didReceivedFromDevice: [2/2]

- (void) doorBellCall: (ThingSmartDoorBellCallModel *)  callModel
didReceivedFromDevice: (ThingSmartDeviceModel *)  deviceModel 
optional

did received a call from the device

◆ doorBellCallDidAnswered: [1/2]

- (void) doorBellCallDidAnswered: (ThingSmartDoorBellCallModel *)  callModel
optional

the call was answered

◆ doorBellCallDidAnswered: [2/2]

- (void) doorBellCallDidAnswered: (ThingSmartDoorBellCallModel *)  callModel
optional

the call was answered

◆ doorBellCallDidAnsweredByOther: [1/2]

- (void) doorBellCallDidAnsweredByOther: (ThingSmartDoorBellCallModel *)  callModel
optional

the call was answered by other one

◆ doorBellCallDidAnsweredByOther: [2/2]

- (void) doorBellCallDidAnsweredByOther: (ThingSmartDoorBellCallModel *)  callModel
optional

the call was answered by other one

◆ doorBellCallDidCanceled:timeOut: [1/2]

- (void) doorBellCallDidCanceled: (ThingSmartDoorBellCallModel *)  callModel
timeOut: (BOOL)  isTimeOut 
optional

the device was canceled this call

◆ doorBellCallDidCanceled:timeOut: [2/2]

- (void) doorBellCallDidCanceled: (ThingSmartDoorBellCallModel *)  callModel
timeOut: (BOOL)  isTimeOut 
optional

the device was canceled this call

◆ doorBellCallDidHangUp: [1/2]

- (void) doorBellCallDidHangUp: (ThingSmartDoorBellCallModel *)  callModel
optional

the call was hang up

◆ doorBellCallDidHangUp: [2/2]

- (void) doorBellCallDidHangUp: (ThingSmartDoorBellCallModel *)  callModel
optional

the call was hang up

◆ doorBellCallDidonPreviewSuccess: [1/2]

- (void) doorBellCallDidonPreviewSuccess: (ThingSmartDoorBellCallModel *)  callModel
optional

the camera preview successful

◆ doorBellCallDidonPreviewSuccess: [2/2]

- (void) doorBellCallDidonPreviewSuccess: (ThingSmartDoorBellCallModel *)  callModel
optional

the camera preview successful

◆ doorBellCallDidRefuse: [1/2]

- (void) doorBellCallDidRefuse: (ThingSmartDoorBellCallModel *)  callModel
optional

the call was refused

◆ doorBellCallDidRefuse: [2/2]

- (void) doorBellCallDidRefuse: (ThingSmartDoorBellCallModel *)  callModel
optional

the call was refused


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