ESTRequestCancelPendingSettings
Deprecated
Deprecated since 4.31.0. Please use ESTRequestDeletePendingSettings.
@interface ESTRequestCancelPendingSettings : ESTRequestDelete
This request is deleting the device’s pending settings from the Estimote Cloud for authorized user.
-
Initialise request with MAC address.
Declaration
Objective-C
- (nonnull instancetype)initWithMacAddress:(nonnull NSString *)macAddress;Swift
init(macAddress: String)Parameters
macAddressMAC address of device provided as NSString
Return Value
instance of request
-
Methods allows to send request with completion block invoked as a result.
Declaration
Objective-C
- (void)sendRequestWithCompletion: (nonnull ESTRequestCancelPendingSettingsBlock)completion;Swift
func sendRequest(completion: @escaping ESTRequestCancelPendingSettingsBlock)Parameters
completionCompletion block with optional NSError object.
View on GitHub
ESTRequestCancelPendingSettings Class Reference