public static interface

DJIHandheldController.DJIHandheldPowerModeListener

dji.sdk.HandheldController.DJIHandheldController.DJIHandheldPowerModeListener

Class Overview

Callback to receive the updated power mode of the handheld controller.

Summary

Public Methods
abstract void onResult(DJIHandheldController.DJIHandheldPowerMode status)
Invoked with execution result when the asynchronous call completes.

Public Methods

public abstract void onResult (DJIHandheldController.DJIHandheldPowerMode status)

Invoked with execution result when the asynchronous call completes. Override to handle in your own code.

Parameters
status Handheld controller's current power mode.