public static interface DeviceConnection.CheckFirmwareCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onDeviceNeedsUpdate(DeviceFirmware firmware)
Beacon needs update.
|
void |
onDeviceUpToDate(DeviceFirmware firmware)
Beacon is up to date.
|
void |
onError(DeviceConnectionException exception)
Error occurred during checking update status.
|
void onDeviceUpToDate(DeviceFirmware firmware)
firmware - Latest firmware.void onDeviceNeedsUpdate(DeviceFirmware firmware)
firmware - Latest firmware.void onError(DeviceConnectionException exception)
exception - Exception that happened.