RSDKBeacon
The RSDKBeacon
class represents a beacon that was encountered during region monitoring.
-
Most significant value associated with the beacon.
Declaration
Swift
public var major: CLBeaconMajorValue!
-
Least significant value associated with the beacon.
Declaration
Swift
public var minor: CLBeaconMinorValue!
-
Proximity of the beacon from the device.
Declaration
Swift
public var proximity: CLProximity
-
Represents an one sigma horizontal accuracy in meters where the measuring device’s location is referenced at the beaconing device.
This value is heavily subject to variations in an RF environment. A negative accuracy value indicates the proximity is unknown.
Declaration
Swift
public var accuracy: CLLocationAccuracy
-
Received signal strength in decibels of the specified beacon.
This value is an average of the RSSI samples collected since this beacon was last reported.
Declaration
Swift
public var rssi: Int
-
A string that represents the contents of the receiving class.
Declaration
Swift
override public var description: String