Initializes and returns a region object that targets beacons with the specified UUID and major value.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
Framework
- Core Location
Declaration
init(uuid: UUID, major: CLBeacon Major Value, identifier: String)
Initializes and returns a region object that targets beacons with the specified UUID and major value.
SDKs
Framework
init(uuid: UUID, major: CLBeacon Major Value, identifier: String)
init(beacon Identity Constraint: CLBeacon Identity Constraint, identifier: String)
Initializes and returns a region object that targets beacons that satisfy the specified beacon identity constraints.
init(uuid: UUID, identifier: String)
Initializes and returns a region object that targets beacons with the specified UUID.
init(uuid: UUID, major: CLBeacon Major Value, minor: CLBeacon Minor Value, identifier: String)
Initializes and returns a region object that targets beacons with the specified UUID, major, and minor values.
init(proximity UUID: UUID, identifier: String)
Initializes and returns a region object that targets a beacon with the specified UUID.
init(proximity UUID: UUID, major: CLBeacon Major Value, identifier: String)
Initializes and returns a region object that targets a beacon with the specified proximity ID and major value.
init(proximity UUID: UUID, major: CLBeacon Major Value, minor: CLBeacon Minor Value, identifier: String)
Initializes and returns a region object that targets a beacon with the specified proximity ID, major value, and minor value.