OMCLocationAltBeacon Class Reference

Inherits from OMCLocationBeacon : NSObject
Declared in OMCLocationAltBeacon.h

Overview

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

  id1

The altBeacon’s ID1.

@property (readonly, nullable) NSUUID *id1

Declared In

OMCLocationAltBeacon.h

  id2

The altBeacon’s ID2.

@property (readonly, nullable) NSNumber *id2

Declared In

OMCLocationAltBeacon.h

  id3

The altBeacon’s ID3.

@property (readonly, nullable) NSNumber *id3

Declared In

OMCLocationAltBeacon.h

+ altBeaconWithID1:id2:id3:

Constructs an altBeacon with the specified IDs.

+ (instancetype)altBeaconWithID1:(nullable NSUUID *)id1 id2:(nullable NSNumber *)id2 id3:(nullable NSNumber *)id3

Parameters

id1

The altBeacon’s ID1.

id2

The altBeacon’s ID2.

id3

The altBeacon’s ID3.

Declared In

OMCLocationAltBeacon.h