Contents

init(uuid:identifier:)

Creates and returns a region object that targets beacons with the specified UUID.

Declaration

init(uuid: UUID, identifier: String)

Parameters

  • uuid:

    A Nsuuid that identifies the beacons 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.

See Also

Creating a beacon region