public interface IBeaconNotifier
| Modifier and Type | Method and Description |
|---|---|
void |
onBeaconConnected(ZBeacon beacon)
Call when enter beacon region
|
void |
onBeaconDisconnected(ZBeacon beacon)
Call when exit beacon region
|
void |
onError(int code,
String msg)
Callback permission + bluetooth state
|
void |
onRangeBeacons(List<ZBeacon> foundBeacons)
Called to give an estimate of the mDistance to visible beacons
|
void onBeaconConnected(ZBeacon beacon)
beacon - void onBeaconDisconnected(ZBeacon beacon)
beacon - void onRangeBeacons(List<ZBeacon> foundBeacons)
foundBeacons - a collection of ZBeacon objects that have been seenvoid onError(int code,
String msg)
code - Refer in Constant classmsg - Refer in Constant class