OMCLocationEddystoneBeaconUID Class Reference

Inherits from NSObject
Declared in OMCLocationEddystoneBeacon.h

Overview

An Eddystone beacon UID is used to specify an Eddystone beacon’s UID.

  properties

The UID’s raw properties (corresponding to the JSON payload).

@property (readonly) NSDictionary<NSString*id> *properties

Declared In

OMCLocationEddystoneBeacon.h

  namespace

The UID’s namespace.

@property (readonly, nullable) NSString *namespace

Declared In

OMCLocationEddystoneBeacon.h

  instance

The UID’s instance.

@property (readonly, nullable) NSString *instance

Declared In

OMCLocationEddystoneBeacon.h

+ uidWithNamespace:instance:

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

+ (instancetype)uidWithNamespace:(nullable NSString *)namespace instance:(nullable NSString *)instance

Parameters

namespace

The new beacon’s namespace.

instance

The new beacon’s instance.

Declared In

OMCLocationEddystoneBeacon.h