public static interface BeaconManager.MonitoringListener
Modifier and Type | Method and Description |
---|---|
void |
onEnteredRegion(Region region,
java.util.List<Beacon> beacons) |
void |
onExitedRegion(Region region) |
void onEnteredRegion(Region region, java.util.List<Beacon> beacons)
region
- Region that was monitored.beacons
- List of beacons that triggered onEnteredRegion event. This list may not
reflect all beacons around that are matching given region.void onExitedRegion(Region region)