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