GMBLBeacon Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NSCopying NSSecureCoding |
| Declared in | GMBLBeacon.h |
identifier
A unique string identifier (factory id) that represents the beacon
@property (readonly, nonatomic) NSString *identifierDiscussion
A unique string identifier (factory id) that represents the beacon
Declared In
GMBLBeacon.h
uuid
A universally unique identifier (uuid) that represents the beacon
@property (readonly, nonatomic) NSString *uuidDiscussion
A universally unique identifier (uuid) that represents the beacon
Declared In
GMBLBeacon.h
iconURL
The iconUrl for the GMBLBeacon
@property (readonly, nonatomic, nullable) NSString *iconURLDiscussion
The iconUrl for the GMBLBeacon
Declared In
GMBLBeacon.h
batteryLevel
The battery level for the GMBLBeacon
@property (readonly, nonatomic) GMBLBatteryLevel batteryLevelDiscussion
The battery level for the GMBLBeacon
Declared In
GMBLBeacon.h
temperature
The temperature measured by the beacon in degrees Fahrenheit. If no temperature reading is available for this beacon, the value is NSIntegerMax.
@property (readonly, nonatomic) NSInteger temperatureDiscussion
The temperature measured by the beacon in degrees Fahrenheit. If no temperature reading is available for this beacon, the value is NSIntegerMax.
Declared In
GMBLBeacon.h