public static interface

DJIBattery.DJIBatteryStateUpdateCallback

dji.sdk.Battery.DJIBattery.DJIBatteryStateUpdateCallback

Class Overview

This interface is for updating the battery state.

Summary

Public Methods
abstract void onResult(DJIBattery.DJIBatteryState state)
Returns the DJIBatteryState.

Public Methods

public abstract void onResult (DJIBattery.DJIBatteryState state)

Returns the DJIBatteryState.

Parameters
state the updated battery state.