SITLocationParametersUpdateBuilder
Objective-C
@protocol SITLocationParametersUpdateBuilder <NSObject>
Swift
protocol SITLocationParametersUpdateBuilder : NSObjectProtocol
Builder block that to configure a SITLocationParametersUpdate instance.
-
Bool value that determines if this update should be applied (true) or not (false)
Declaration
Objective-C
- (void)setUpdateDevicesToFollow:(BOOL)shouldUpdateDevicesToFollow;
Swift
optional func setUpdateDevicesToFollow(_ shouldUpdateDevicesToFollow: Bool)
-
List of identifiers the system will follow.
Declaration
Objective-C
- (void)setDevicesToFollow:(nonnull NSArray<NSString *> *)devicesToFollow;
Swift
optional func setDevicesToFollow(_ devicesToFollow: [String])