public static interface

DJIRemoteController.RCBatteryStateUpdateCallback

dji.sdk.RemoteController.DJIRemoteController.RCBatteryStateUpdateCallback

Class Overview

Callback function that updates the Remote Controller's current battery state.

Summary

Public Methods
abstract void onBatteryStateUpdate(DJIRemoteController rc, DJIRemoteController.DJIRCBatteryInfo batteryInfo)
Callback function that updates the Remote Controller's current battery state.

Public Methods

public abstract void onBatteryStateUpdate (DJIRemoteController rc, DJIRemoteController.DJIRCBatteryInfo batteryInfo)

Callback function that updates the Remote Controller's current battery state.

Parameters
rc Instance of the Remote Controller for which the battery state will be updated.
batteryInfo Current state of the Remote Controller's battery state.