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