SKEddystoneProximityConfiguration
Objective-C
@interface SKEddystoneProximityConfiguration : SKConfiguration <NSCopying>
Swift
class SKEddystoneProximityConfiguration : SKConfiguration, NSCopying
An instance of SKEddystoneProximityConfiguration can be used to configure the Eddystone™ Proximity sensor.
-
Mode of the Eddystone™ Proximity sensor. At this moment, only Scan mode is supported.
Declaration
Objective-C
@property (nonatomic) SKEddystoneProximityMode mode;Swift
var mode: SKEddystoneProximityMode { get set } -
A 10-byte (80 bit) identifier that can used to group a particular set of beacons. This value should be in Hexadecimal format, with a maximum character length of 20 characters.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *namespaceFilter;Swift
var namespaceFilter: String? { get } -
Undocumented
Declaration
Objective-C
- (BOOL)setNamespaceFilter:(NSString * _Nullable)namespaceFilter error:(NSError * _Nullable * _Nullable)error;Swift
func setNamespaceFilter(_ namespaceFilter: String?) throws
View on GitHub