Tuya iOS Smart Life App SDK 5.15.0
ThingDeviceOfflineReminderManager Class Reference

#import <ThingDeviceOfflineReminderManager.h>

Inheritance diagram for ThingDeviceOfflineReminderManager:

Class Methods

(void) + getOfflineReminderSupportStatusWithDeviceId:success:failure:
 
(void) + getOfflineReminderStatusWithDeviceId:success:failure:
 
(void) + updateOfflineReminderStatusWithDeviceId:status:success:failure:
 
(void) + getOfflineReminderSupportStatusWithDeviceId:success:failure:
 
(void) + getOfflineReminderStatusWithDeviceId:success:failure:
 
(void) + updateOfflineReminderStatusWithDeviceId:status:success:failure:
 

Detailed Description

Definition at line 12 of file ThingDeviceOfflineReminderManager.h.

Method Documentation

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

+ (void) getOfflineReminderStatusWithDeviceId: (NSString *)  deviceId
success: (void(^)(BOOL status))  success
failure: (void(^)(NSError *error))  failure 

get the offline reminder status of device

  • Parameters:
    • deviceId: the id of the device
    • success: open if status is true, otherwise close
    • failure: error happen

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

+ (void) getOfflineReminderStatusWithDeviceId: (NSString *)  deviceId
success: (void(^)(BOOL status))  success
failure: (void(^)(NSError *error))  failure 

get the offline reminder status of device

  • Parameters:
    • deviceId: the id of the device
    • success: open if status is true, otherwise close
    • failure: error happen

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

+ (void) getOfflineReminderSupportStatusWithDeviceId: (NSString *)  deviceId
success: (void(^)(BOOL status))  success
failure: (void(^)(NSError *error))  failure 

get the offline reminder support status of device

  • Parameters:
    • productId: the id of the device
    • success: support if status is true, otherwise not support
    • failure: error happen

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

+ (void) getOfflineReminderSupportStatusWithDeviceId: (NSString *)  deviceId
success: (void(^)(BOOL status))  success
failure: (void(^)(NSError *error))  failure 

get the offline reminder support status of device

  • Parameters:
    • productId: the id of the device
    • success: support if status is true, otherwise not support
    • failure: error happen

◆ updateOfflineReminderStatusWithDeviceId:status:success:failure: [1/2]

+ (void) updateOfflineReminderStatusWithDeviceId: (NSString *)  deviceId
status: (BOOL)  status
success: (void(^)(void))  success
failure: (void(^)(NSError *error))  failure 

update the offline reminder status of device

  • Parameters:
    • deviceId: the id of the device
    • status: the offline reminder status
    • success: update success
    • failure: error happen

◆ updateOfflineReminderStatusWithDeviceId:status:success:failure: [2/2]

+ (void) updateOfflineReminderStatusWithDeviceId: (NSString *)  deviceId
status: (BOOL)  status
success: (void(^)(void))  success
failure: (void(^)(NSError *error))  failure 

update the offline reminder status of device

  • Parameters:
    • deviceId: the id of the device
    • status: the offline reminder status
    • success: update success
    • failure: error happen

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