![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingDeviceOfflineReminderManager.h>
Definition at line 12 of file ThingDeviceOfflineReminderManager.h.
+ (void) getOfflineReminderStatusWithDeviceId: | (NSString *) | deviceId | |
success: | (void(^)(BOOL status)) | success | |
failure: | (void(^)(NSError *error)) | failure | |
get the offline reminder status of device
+ (void) getOfflineReminderStatusWithDeviceId: | (NSString *) | deviceId | |
success: | (void(^)(BOOL status)) | success | |
failure: | (void(^)(NSError *error)) | failure | |
get the offline reminder status of device
+ (void) getOfflineReminderSupportStatusWithDeviceId: | (NSString *) | deviceId | |
success: | (void(^)(BOOL status)) | success | |
failure: | (void(^)(NSError *error)) | failure | |
get the offline reminder support status of device
+ (void) getOfflineReminderSupportStatusWithDeviceId: | (NSString *) | deviceId | |
success: | (void(^)(BOOL status)) | success | |
failure: | (void(^)(NSError *error)) | failure | |
get the offline reminder support status of device
+ (void) updateOfflineReminderStatusWithDeviceId: | (NSString *) | deviceId | |
status: | (BOOL) | status | |
success: | (void(^)(void)) | success | |
failure: | (void(^)(NSError *error)) | failure | |
update the offline reminder status of device
+ (void) updateOfflineReminderStatusWithDeviceId: | (NSString *) | deviceId | |
status: | (BOOL) | status | |
success: | (void(^)(void)) | success | |
failure: | (void(^)(NSError *error)) | failure | |
update the offline reminder status of device