dji.sdk.base.DJIBaseComponent.DJICommandSentAckCallback |
This callback is used by the playback feature to acknowledge developers: the command has been sent.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onResult(DJIError error)
Invoked with the execution result when the
asynchronous call completes.
|
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
.