Contents

initWithUUID:major:minor:

Creates a new beacon identity condition with the identifier, and major and minor values you specify.

Declaration

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

Parameters

See Also

Creating beacon identity conditions