public interface ProximityKitRangeNotifier
ProximityKitMonitorNotifier
when only major, coarse level, updates about the
visibility of a beacon region is required.Modifier and Type | Method and Description |
---|---|
void |
didRangeBeaconsInRegion(Collection beacons,
ProximityKitBeaconRegion region)
Provides details for currently observed beacons within a region configured for ranging.
|
void didRangeBeaconsInRegion(Collection beacons, ProximityKitBeaconRegion region)
beacons
collection will simply
be empty. Similarly if a specific beacon no longer appears in beacons
, it may be
assumed the beacon is no longer visible to the device.beacons
- Collection of ProximityKitBeacon
objects seen in the past second which are
part of the region defined by region
. Collection may be empty but will not
be null
.region
- The ProximityKitBeaconRegion
defining the criteria for the ranged beacons
.