ESTNearableSettingsManager
@interface ESTNearableSettingsManager : NSObject <ESTPeripheralNearableDelegate>
ESTNearableSettingsManager allows to manage device settings interaction like writing to peripheral and saving to the Estimote Cloud.
-
Flat key-value settings container.
Declaration
Objective-C
@property (nonatomic, strong, readonly) ESTDeviceSettingsCollection *_Nonnull settingsCollection;Swift
var settingsCollection: ESTDeviceSettingsCollection { get } -
Method executes provided Nearable Operation.
Declaration
Objective-C
- (void)performOperation:(nonnull id<ESTNearableOperationProtocol>)operation;Swift
func performOperation(_ operation: ESTNearableOperationProtocol)Parameters
operationNearable Operation to be performed.
-
Method executes provided Nearable Operation.
Declaration
Objective-C
- (void)performOperationsFromArray: (nonnull NSArray<id<ESTNearableOperationProtocol>> *)operations;Swift
func performOperations(from operations: [ESTNearableOperationProtocol])Parameters
operationsNearable Operations to be performed.
View on GitHub
ESTNearableSettingsManager Class Reference