ESTBeaconOperationIBeaconInterval
@interface ESTBeaconOperationIBeaconInterval
: ESTSettingOperation <ESTBeaconOperationProtocol>
ESTBeaconOperationIBeaconInterval allows to create read/write operations for iBeacon AdvertisingInterval setting of a device.
-
Method allows to create read operation for iBeacon AdvertisingInterval setting.
Declaration
Objective-C
+ (nonnull instancetype)readOperationWithCompletion: (nonnull ESTSettingIBeaconIntervalCompletionBlock)completion;Swift
class func readOperation(completion: @escaping ESTSettingIBeaconIntervalCompletionBlock) -> SelfParameters
completionBlock invoked when the operation is complete.
Return Value
Initialized object.
-
Method allows to create write operation for iBeacon AdvertisingInterval setting.
Declaration
Objective-C
+ (nonnull instancetype) writeOperationWithSetting:(nonnull ESTSettingIBeaconInterval *)setting completion:(nonnull ESTSettingIBeaconIntervalCompletionBlock) completion;Swift
class func writeOperation(withSetting setting: ESTSettingIBeaconInterval, completion: @escaping ESTSettingIBeaconIntervalCompletionBlock) -> SelfParameters
settingSetting to be written to a device.
completionBlock invoked when the operation is complete.
Return Value
Initialized object.
View on GitHub
ESTBeaconOperationIBeaconInterval Class Reference