public static interface BeaconConnection.CheckFirmwareCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onBeaconNeedsUpdate(Firmware firmware)
Beacon needs update.
|
void |
onBeaconUpToDate(Firmware firmware)
Beacon is up to date.
|
void |
onError(EstimoteException exception)
Error occurred during checking update status.
|
void onBeaconUpToDate(Firmware firmware)
firmware - Latest firmware.void onBeaconNeedsUpdate(Firmware firmware)
firmware - Latest firmware.void onError(EstimoteException exception)
exception - Exception that happened.