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
- uuid:
A Uuid to use as the beacon’s identifier.
- major:
A Clbeaconmajorvalue to use as the beacon’s major value.
- minor:
A Clbeaconminorvalue to use as the beacon’s minor value.