SKiBeaconProximityConfiguration Class Reference
Inherits from | SKConfiguration : NSObject |
---|---|
Conforms to | NSCopying |
Declared in | SKiBeaconProximityConfiguration.h |
Overview
An instance of SKiBeaconProximityConfiguration can be used to configure the iBeacon™ Proximity sensor.
– initWithUUID:
Returns an SKiBeaconProximityConfiguration object, initialized with the UUID .
- (instancetype)initWithUUID:(NSUUID *)UUID
Parameters
UUID |
The Universally Unique Identifiers (UUID) that will be used to distinguish the iBeacon™ devices of this application with other devices. Only iBeacons with the same UUID will be identified. |
---|
Return Value
A new SKiBeaconProximityConfiguration object.
Declared In
SKiBeaconProximityConfiguration.h
UUID
The Universally Unique Identifiers (UUID) that will be used to distinguish the iBeacon™ devices of this application with other devices. Only iBeacons with the same UUID will be identified.
@property (nonatomic, copy) NSUUID *UUID
Declared In
SKiBeaconProximityConfiguration.h
mode
Mode of the iBeacon™ Proximity sensor. It can Scan for other iBeacon™ devices in range, Broadcast an iBeacon™ signal to other devices, or both Scan and Broadcast simultaneously.
@property (nonatomic) SKiBeaconProximityMode mode
Declared In
SKiBeaconProximityConfiguration.h
major
A 16-bit unsigned integer identifier used to identify each device uniquelly. It ranges between 0 and 65535. This identifier can be used in combination with the minor identifier.
@property (nonatomic) uint16_t major
Declared In
SKiBeaconProximityConfiguration.h
minor
A 16-bit unsigned integer identifier used to identify each device uniquelly. It ranges between 0 and 65535. This identifier can be used in combination with the major identifier.
@property (nonatomic) uint16_t minor
Declared In
SKiBeaconProximityConfiguration.h
measuredPower
The strength of the signal measured at a distance of 1 meter.
@property (nonatomic, copy) NSNumber *measuredPower
Declared In
SKiBeaconProximityConfiguration.h