OMCLocationEddystoneBeacon Class Reference

Inherits from OMCLocationBeacon : NSObject
Declared in OMCLocationEddystoneBeacon.h

Overview

An Eddystone beacon is used to specify the vendor-specific state for a device’s beacon. Eddystone beacons are immutable.

  uid

The beacon’s UID.

@property (readonly, nullable) OMCLocationEddystoneBeaconUID *uid

Declared In

OMCLocationEddystoneBeacon.h

  url

The beacon’s URL.

@property (readonly, nullable) NSURL *url

Declared In

OMCLocationEddystoneBeacon.h

+ eddystoneBeaconWithNamespace:instance:url:

Constructs a new Eddystone beacon with the specified namespace, instance, and URL.

+ (instancetype)eddystoneBeaconWithNamespace:(nullable NSString *)namespace instance:(nullable NSString *)instance url:(nullable NSURL *)url

Parameters

namespace

The new beacon’s namespace.

instance

The new beacon’s instance.

url

The new beacon’s URL.

Declared In

OMCLocationEddystoneBeacon.h

+ eddystoneBeaconWithUID:url:

Constructs a new Eddystone beacon with the specified UID and URL.

+ (instancetype)eddystoneBeaconWithUID:(nullable OMCLocationEddystoneBeaconUID *)uid url:(nullable NSURL *)url

Parameters

uid

The new beacon’s UID.

url

The new beacon’s URL.

Declared In

OMCLocationEddystoneBeacon.h