#import <ThingSmartMessagePushSetting.h>
◆ getDeviceAlarmListWithRequestModel:success:failure: [1/4]
Retrieve a list of device alarms based on a request model.
- Parameters
-
requestModel | The request model. |
success | A block that will be called with device list. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmListWithRequestModel:success:failure: [2/4]
Retrieve a list of device alarms based on a request model.
- Parameters
-
requestModel | The request model. |
success | A block that will be called with device list. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmListWithRequestModel:success:failure: [3/4]
Retrieve a list of device alarms based on a request model.
- Parameters
-
requestModel | The request model. |
success | A block that will be called with device list. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmListWithRequestModel:success:failure: [4/4]
Retrieve a list of device alarms based on a request model.
- Parameters
-
requestModel | The request model. |
success | A block that will be called with device list. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmPurchaseInfoWithPushChannel:success:failure: [1/4]
Retrieve the purchase information for device alarms on a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with purchase result. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmPurchaseInfoWithPushChannel:success:failure: [2/4]
Retrieve the purchase information for device alarms on a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with purchase result. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmPurchaseInfoWithPushChannel:success:failure: [3/4]
Retrieve the purchase information for device alarms on a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with purchase result. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmPurchaseInfoWithPushChannel:success:failure: [4/4]
Retrieve the purchase information for device alarms on a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with purchase result. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmServiceInfoWithRequestModel:success:failure: [1/4]
Retrieve detailed information for device alarms using a request model.
- Parameters
-
requestModel | The request model . |
success | A block that will be called with an array of device alarm details. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmServiceInfoWithRequestModel:success:failure: [2/4]
Retrieve detailed information for device alarms using a request model.
- Parameters
-
requestModel | The request model . |
success | A block that will be called with an array of device alarm details. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmServiceInfoWithRequestModel:success:failure: [3/4]
Retrieve detailed information for device alarms using a request model.
- Parameters
-
requestModel | The request model . |
success | A block that will be called with an array of device alarm details. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmServiceInfoWithRequestModel:success:failure: [4/4]
Retrieve detailed information for device alarms using a request model.
- Parameters
-
requestModel | The request model . |
success | A block that will be called with an array of device alarm details. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmSwitchStatusWithPushChannel:success:failure: [1/4]
- (void) getDeviceAlarmSwitchStatusWithPushChannel: |
|
(ThingSmartDeviceAlarmPushChannel) |
pushChannel |
success: |
|
(ThingSuccessBOOL _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current status of device alarm for a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with a BOOL indicating the current status. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmSwitchStatusWithPushChannel:success:failure: [2/4]
- (void) getDeviceAlarmSwitchStatusWithPushChannel: |
|
(ThingSmartDeviceAlarmPushChannel) |
pushChannel |
success: |
|
(ThingSuccessBOOL _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current status of device alarm for a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with a BOOL indicating the current status. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmSwitchStatusWithPushChannel:success:failure: [3/4]
- (void) getDeviceAlarmSwitchStatusWithPushChannel: |
|
(ThingSmartDeviceAlarmPushChannel) |
pushChannel |
success: |
|
(ThingSuccessBOOL _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current status of device alarm for a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with a BOOL indicating the current status. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmSwitchStatusWithPushChannel:success:failure: [4/4]
- (void) getDeviceAlarmSwitchStatusWithPushChannel: |
|
(ThingSmartDeviceAlarmPushChannel) |
pushChannel |
success: |
|
(ThingSuccessBOOL _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current status of device alarm for a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with a BOOL indicating the current status. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmThrottleTimeWithPushChannel:success:failure: [1/4]
- (void) getDeviceAlarmThrottleTimeWithPushChannel: |
|
(ThingSmartDeviceAlarmPushChannel) |
pushChannel |
success: |
|
(ThingSuccessInt _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current throttle time for device alarms on a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with an integer indicating the current throttle time. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmThrottleTimeWithPushChannel:success:failure: [2/4]
- (void) getDeviceAlarmThrottleTimeWithPushChannel: |
|
(ThingSmartDeviceAlarmPushChannel) |
pushChannel |
success: |
|
(ThingSuccessInt _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current throttle time for device alarms on a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with an integer indicating the current throttle time. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmThrottleTimeWithPushChannel:success:failure: [3/4]
- (void) getDeviceAlarmThrottleTimeWithPushChannel: |
|
(ThingSmartDeviceAlarmPushChannel) |
pushChannel |
success: |
|
(ThingSuccessInt _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current throttle time for device alarms on a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with an integer indicating the current throttle time. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getDeviceAlarmThrottleTimeWithPushChannel:success:failure: [4/4]
- (void) getDeviceAlarmThrottleTimeWithPushChannel: |
|
(ThingSmartDeviceAlarmPushChannel) |
pushChannel |
success: |
|
(ThingSuccessInt _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current throttle time for device alarms on a specific push channel.
- Parameters
-
pushChannel | The push channel. |
success | A block that will be called with an integer indicating the current throttle time. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getMessagePushSwitchStatusWithType:success:failure: [1/4]
- (void) getMessagePushSwitchStatusWithType: |
|
(ThingSmartMessagePushSwitchType) |
type |
success: |
|
(ThingSuccessBOOL _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current status of the message push switch for a given type.
- Parameters
-
type | The type of message switch. |
success | A block that will be called with a BOOL indicating the current status. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getMessagePushSwitchStatusWithType:success:failure: [2/4]
- (void) getMessagePushSwitchStatusWithType: |
|
(ThingSmartMessagePushSwitchType) |
type |
success: |
|
(ThingSuccessBOOL _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current status of the message push switch for a given type.
- Parameters
-
type | The type of message switch. |
success | A block that will be called with a BOOL indicating the current status. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getMessagePushSwitchStatusWithType:success:failure: [3/4]
- (void) getMessagePushSwitchStatusWithType: |
|
(ThingSmartMessagePushSwitchType) |
type |
success: |
|
(ThingSuccessBOOL _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current status of the message push switch for a given type.
- Parameters
-
type | The type of message switch. |
success | A block that will be called with a BOOL indicating the current status. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ getMessagePushSwitchStatusWithType:success:failure: [4/4]
- (void) getMessagePushSwitchStatusWithType: |
|
(ThingSmartMessagePushSwitchType) |
type |
success: |
|
(ThingSuccessBOOL _Nullable) |
success |
failure: |
|
(ThingFailureError _Nullable) |
failure |
|
|
| |
Retrieve the current status of the message push switch for a given type.
- Parameters
-
type | The type of message switch. |
success | A block that will be called with a BOOL indicating the current status. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmServiceInfoWithRequestModel:success:failure: [1/4]
Update the service information for device alarms using a request model.
- Parameters
-
requestModel | The request model containing the new service information. |
success | A block that will be called if the operation is successful, returning a BOOL. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmServiceInfoWithRequestModel:success:failure: [2/4]
Update the service information for device alarms using a request model.
- Parameters
-
requestModel | The request model containing the new service information. |
success | A block that will be called if the operation is successful, returning a BOOL. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmServiceInfoWithRequestModel:success:failure: [3/4]
Update the service information for device alarms using a request model.
- Parameters
-
requestModel | The request model containing the new service information. |
success | A block that will be called if the operation is successful, returning a BOOL. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmServiceInfoWithRequestModel:success:failure: [4/4]
Update the service information for device alarms using a request model.
- Parameters
-
requestModel | The request model containing the new service information. |
success | A block that will be called if the operation is successful, returning a BOOL. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmSwitchStatusWithRequestModel:success:failure: [1/4]
Set the alarm switch status using a request model.
- Parameters
-
requestModel | The request model containing the new status. |
success | A block that will be called if the operation is successful. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmSwitchStatusWithRequestModel:success:failure: [2/4]
Set the alarm switch status using a request model.
- Parameters
-
requestModel | The request model containing the new status. |
success | A block that will be called if the operation is successful. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmSwitchStatusWithRequestModel:success:failure: [3/4]
Set the alarm switch status using a request model.
- Parameters
-
requestModel | The request model containing the new status. |
success | A block that will be called if the operation is successful. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmSwitchStatusWithRequestModel:success:failure: [4/4]
Set the alarm switch status using a request model.
- Parameters
-
requestModel | The request model containing the new status. |
success | A block that will be called if the operation is successful. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmThrottleTimeWithRequestModel:success:failure: [1/4]
Set the throttle time for device alarms using a request model.
- Parameters
-
requestModel | The request model containing the new throttle time. |
success | A block that will be called if the operation is successful, returning a BOOL. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmThrottleTimeWithRequestModel:success:failure: [2/4]
Set the throttle time for device alarms using a request model.
- Parameters
-
requestModel | The request model containing the new throttle time. |
success | A block that will be called if the operation is successful, returning a BOOL. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmThrottleTimeWithRequestModel:success:failure: [3/4]
Set the throttle time for device alarms using a request model.
- Parameters
-
requestModel | The request model containing the new throttle time. |
success | A block that will be called if the operation is successful, returning a BOOL. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setDeviceAlarmThrottleTimeWithRequestModel:success:failure: [4/4]
Set the throttle time for device alarms using a request model.
- Parameters
-
requestModel | The request model containing the new throttle time. |
success | A block that will be called if the operation is successful, returning a BOOL. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setMessagePushSwitchStatusWithRequestModel:success:failure: [1/4]
Set the status of the message push switch using a request model.
- Parameters
-
requestModel | The request model containing the new status. |
success | A block that will be called if the operation is successful. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setMessagePushSwitchStatusWithRequestModel:success:failure: [2/4]
Set the status of the message push switch using a request model.
- Parameters
-
requestModel | The request model containing the new status. |
success | A block that will be called if the operation is successful. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setMessagePushSwitchStatusWithRequestModel:success:failure: [3/4]
Set the status of the message push switch using a request model.
- Parameters
-
requestModel | The request model containing the new status. |
success | A block that will be called if the operation is successful. |
failure | A block that will be called if an error occurs, passing an NSError object. |
◆ setMessagePushSwitchStatusWithRequestModel:success:failure: [4/4]
Set the status of the message push switch using a request model.
- Parameters
-
requestModel | The request model containing the new status. |
success | A block that will be called if the operation is successful. |
failure | A block that will be called if an error occurs, passing an NSError object. |
The documentation for this class was generated from the following files:
- /Users/humtong/Downloads/Pods_副本/ThingSmartMessageKit/Build/ThingSmartMessageKit.xcframework/ios-arm64_x86_64-simulator/ThingSmartMessageKit.framework/Headers/ThingSmartMessagePushSetting.h
- /Users/humtong/Downloads/Pods_副本/ThingSmartMessageKit/Build/ThingSmartMessageKit.xcframework/watchos-arm64_i386_x86_64-simulator/ThingSmartMessageKit.framework/Headers/ThingSmartMessagePushSetting.h
- /Users/humtong/Downloads/Pods_副本/ThingSmartMessageKit/Build/ThingSmartMessageKit.xcframework/ios-arm64/ThingSmartMessageKit.framework/Headers/ThingSmartMessagePushSetting.h
- /Users/humtong/Downloads/Pods_副本/ThingSmartMessageKit/Build/ThingSmartMessageKit.xcframework/watchos-arm64_arm64_32_armv7k/ThingSmartMessageKit.framework/Headers/ThingSmartMessagePushSetting.h