#import <ThingDeviceOfflineReminderManager.h>
◆ 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:
- /Users/humtong/Downloads/Pods_副本/ThingDeviceDetailKit/ThingDeviceDetailKit.xcframework/ios-arm64_x86_64-simulator/ThingDeviceDetailKit.framework/Headers/ThingDeviceOfflineReminderManager.h
- /Users/humtong/Downloads/Pods_副本/ThingDeviceDetailKit/ThingDeviceDetailKit.xcframework/ios-arm64/ThingDeviceDetailKit.framework/Headers/ThingDeviceOfflineReminderManager.h