init(beaconIdentityConstraint:identifier:)
Creates and returns a region object that targets beacons that satisfy the specified beacon identity constraints.
Declaration
init(beaconIdentityConstraint: CLBeaconIdentityConstraint, identifier: String)Parameters
- beaconIdentityConstraint:
A Clbeaconidentityconstraint that describes the characteristics of beacons for the framework to target.
- identifier:
A unique identifier to associate with the returned region object. You use this identifier to differentiate regions within your app. This value can’t be
nil.