EddystoneURL Class Reference

Inherits from NSObject
Declared in EddystoneURL.h

  identifier

iOS bluetooth device identifier.

@property (nonatomic, copy) NSUUID *identifier

Discussion

iOS bluetooth device identifier.

Declared In

EddystoneURL.h

  URI

URI of the beacon.

@property (nonatomic, copy) NSURL *URI

Discussion

URI of the beacon.

Declared In

EddystoneURL.h

  txPowerLevel

Measured power level.

@property (nonatomic, assign) int txPowerLevel

Discussion

Measured power level.

Declared In

EddystoneURL.h

  flags

Flags. The flags need to be set to 0.

@property (nonatomic, assign) NSUInteger flags

Discussion

Flags. The flags need to be set to 0.

Declared In

EddystoneURL.h

– isValid

returns YES if it’s going to fit in a bluetooth LE advertisement packet.

- (BOOL)isValid

Discussion

returns YES if it’s going to fit in a bluetooth LE advertisement packet.

Declared In

EddystoneURL.h

– region

returns the region of the beacon

- (JAALEEURIBeaconRegion)region

Discussion

returns the region of the beacon

Declared In

EddystoneURL.h