BLUEddystoneUIDBeacon Class Reference

Inherits from BLUBluetoothBeacon : BLUBeacon : NSObject
Declared in BLUEddystoneUIDBeacon.h

Overview

BLUEddystoneUIDBeacon objects represent BLUBluetoothBeacon objects that have been identified as EddystoneBeacon UID.

A BLUEddystoneUIDBeacon object represents a recurring EddystoneBeacon UID advertisement.

Properties

  identifier

The EddystoneBeacon identifier broadcasted by this EddystoneBeacon or nil. The EddystoneBeacon identifier is part of the EddystoneBeacon UID advertisement type.

@property (nonatomic, readonly) BLUEddystoneIdentifier *identifier

Discussion

The EddystoneBeacon identifier broadcasted by this EddystoneBeacon or nil. The EddystoneBeacon identifier is part of the EddystoneBeacon UID advertisement type.

Declared In

BLUEddystoneUIDBeacon.h

Initialization

– initWithIdentifier:

Initializes an instance of BLUEddystoneUIDBeacon with a Identifier. Use this initializer to create BLUEddystoneUIDBeacon objects for beacon configurations.

- (instancetype)initWithIdentifier:(BLUEddystoneIdentifier *)identifier

Parameters

identifier

The unique identifier of the EddystoneBeacon’s UID advertisement.

Return Value

Returns a newly initialized BLUEddystoneUIDBeacon instance.

Discussion

Initializes an instance of BLUEddystoneUIDBeacon with a Identifier. Use this initializer to create BLUEddystoneUIDBeacon objects for beacon configurations.

Declared In

BLUEddystoneUIDBeacon.h