dji.sdk.HandheldController.DJIHandheldController.DJIHandheldPowerModeListener |
Callback to receive the updated power mode of the handheld controller.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | onResult(DJIHandheldController.DJIHandheldPowerMode status) Invoked with execution result when the asynchronous call completes. |
Invoked with execution result when the asynchronous call completes. Override to handle in your own code.
status | Handheld controller's current power mode. |
---|