Info
public enum Info
Encapsulates information associated with a beacon ranging monitor event.
-
The current beacon ranges.
Declaration
Swift
case beacons([CLBeacon], CLBeaconRegion)
-
The error encountered in attempting to determine the beacon ranges within the region.
Declaration
Swift
case error(Error, CLBeaconRegion)