BLUEddystoneURLBeacon Class Reference

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

Overview

BLUEddystoneURLBeacon objects represent BLUBluetoothBeacon objects that have been identified as EddystoneBeacon URL.

A BLUEddystoneURLBeacon object represents a recurring EddystoneBeacon URL advertisement.

Properties

  URL

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

@property (nonatomic, readonly) NSURL *URL

Discussion

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

Declared In

BLUEddystoneURLBeacon.h

– initWithURL:

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

- (instancetype)initWithURL:(NSURL *)URL

Parameters

URL

The URL of the EddystoneBeacon’s URL advertisement.

Return Value

Returns a newly initialized BLUEddystoneURLBeacon instance.

Discussion

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

Declared In

BLUEddystoneURLBeacon.h