B4SBeacon Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | B4SBeacon.h |
innerName
Name of the iBeacon : B4S:xxxx:xxxx
@property (nonatomic, retain) NSString *innerNameDeclared In
B4SBeacon.h
lastRSSI
Last rssi value of the iBeacon.
@property (nonatomic) float lastRSSIDeclared In
B4SBeacon.h
battLevel
Last battery level reported for the iBeacon.
@property (nonatomic) int battLevelDeclared In
B4SBeacon.h
temperature
Last temperature reported for the iBeacon.
@property (nonatomic) int temperatureDeclared In
B4SBeacon.h
lastSeenLongitude
Last longitude the iBeacon was seen.
@property (nonatomic, retain) NSNumber *lastSeenLongitudeDeclared In
B4SBeacon.h
lastSeenLatitude
Last latitude the iBeacon was seen.
@property (nonatomic, retain) NSNumber *lastSeenLatitudeDeclared In
B4SBeacon.h
lastScanDate
Last time the iBeacon was seen by a customer application
@property (nonatomic, retain) NSDate *lastScanDateDeclared In
B4SBeacon.h
clientRef
iBeacon customer reference
@property (nonatomic, retain) NSString *clientRefDeclared In
B4SBeacon.h
interactions
Interactions matching with the iBeacon.
@property (nonatomic, retain) NSMutableSet<B4SInteraction*> *interactionsDeclared In
B4SBeacon.h
beaconShop
Shop the iBeacon belongs to.
@property (readonly) B4SShop *beaconShopDeclared In
B4SBeacon.h
location
Virtual beacon coordinates.
@property (nonatomic, retain) CLLocation *locationDeclared In
B4SBeacon.h
+ beacons
List of iBeacons downloaded from the backend
+ (NSArray<B4SBeacon*> *)beaconsDeclared In
B4SBeacon.h
beaconDescription
Details on where is located
@property (readonly) NSString *beaconDescriptionDeclared In
B4SBeacon.h