public static interface

DJIBaseComponent.DJICommandSentAckCallback

dji.sdk.base.DJIBaseComponent.DJICommandSentAckCallback

Class Overview

This callback is used by the playback feature to acknowledge developers: the command has been sent.

Summary

Public Methods
abstract void onResult(DJIError error)
Invoked with the execution result when the asynchronous call completes.

Public Methods

public abstract void onResult (DJIError error)

Invoked with the execution result when the asynchronous call completes. Override to handle in your own code. If the asynchronous call completes successfully, it will return null.