interface DJIDeviceStatusChangeListener |
Package: | dji.v5.manager.diagnostic |
Listener of the device status. Supported since MSDK 5.0.0
void onDeviceStatusUpdate(DJIDeviceStatus from, DJIDeviceStatus to) |
Package: | dji.v5.manager.diagnostic |
The listener will be triggered when the device status has changed. Supported since MSDK 5.0.0
DJIDeviceStatus from | The previous state of device. |
DJIDeviceStatus to | The current state of device. |
{{searchCount}} Results