Contents

initWithUUID:major:

Creates a new beacon identity condition with the identifier and major value you specify.

Declaration

- (instancetype) initWithUUID:(NSUUID *) uuid major:(CLBeaconMajorValue) major;

Parameters

  • uuid:

    A Uuid to use as the beacon’s identifier.

  • major:

    A Clbeaconmajorvalue to use as the beacon’s major value.

See Also

Creating beacon identity conditions