OMCLocationIBeacon Class Reference

Inherits from OMCLocationBeacon : NSObject
Declared in OMCLocationIBeacon.h

Overview

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

  uuid

The iBeacon’s UUID.

@property (readonly, nullable) NSUUID *uuid

Declared In

OMCLocationIBeacon.h

  major

The iBeacon’s major value.

@property (readonly, nullable) NSNumber *major

Declared In

OMCLocationIBeacon.h

  minor

The iBeacon’s minor value.

@property (readonly, nullable) NSNumber *minor

Declared In

OMCLocationIBeacon.h

+ iBeaconWithUUID:major:minor:

Constructs an iBeacon with the specified UUID, major value, and minor value.

+ (instancetype)iBeaconWithUUID:(nullable NSUUID *)uuid major:(nullable NSNumber *)major minor:(nullable NSNumber *)minor

Parameters

uuid

The new iBeacon’s UUID.

major

The new iBeacon’s major value.

minor

The new iBeacon’s minor value.

Declared In

OMCLocationIBeacon.h