public interface OnBeaconChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onBeaconEnter(Beacon beacon)
onBeaconEnter is called when a beacon enters a field
|
void |
onBeaconExit(Beacon beacon)
onBeaconExit is called when a beacon is no longer visible
|
void |
onRangeChanged(Beacon beacon,
com.bluvision.beeks.sdk.constants.Range range)
onRangeChanged is called when the range changes for the beacon
|
void |
onRssiChanged(Beacon beacon,
int rssi)
onRssiChanged is called when a change in rssi is detected
|
void onRssiChanged(Beacon beacon, int rssi)
beacon
- the Beacon that changedrssi
- the new rssi valuelastSeen
- void onRangeChanged(Beacon beacon, com.bluvision.beeks.sdk.constants.Range range)
beacon
- the Beacon that was changedrange
- the new rangevoid onBeaconExit(Beacon beacon)
beacon
- the Beacon that is no longer visiblel
- void onBeaconEnter(Beacon beacon)
beacon
- the Beacon that entered a field