public interface BeaconDataNotifier
| Modifier and Type | Method and Description |
|---|---|
void |
beaconDataUpdate(Beacon beacon,
BeaconData data,
DataProviderException exception)
This method is called after a request to get or sync beacon data
If fetching data was successful, the data is returned and the exception is null.
|
void beaconDataUpdate(Beacon beacon, BeaconData data, DataProviderException exception)
beacon - data - exception -