SKEddystoneProximityConfiguration Class Reference
Inherits from | SKConfiguration : NSObject |
---|---|
Conforms to | NSCopying |
Declared in | SKEddystoneProximityConfiguration.h |
Overview
An instance of SKEddystoneProximityConfiguration can be used to configure the Eddystone™ Proximity sensor.
mode
Mode of the Eddystone™ Proximity sensor. At this moment, only Scan mode is supported.
@property (nonatomic) SKEddystoneProximityMode mode
Declared In
SKEddystoneProximityConfiguration.h
namespaceFilter
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.
@property (nonatomic, copy, nullable, readonly) NSString *namespaceFilter
Declared In
SKEddystoneProximityConfiguration.h