interface CompletionCallback<T extends DJIError> |
| Package: | dji.common.util |
| Inherits From: | DJIError> |
Completion callback for asynchronous operations when no information needs to be returned from the operation.
void onResult(T error) |
| Package: | dji.common.util |
Invoked when the asynchronous operation completes. If the operation completes successfully, error will be null. Override to handle in your own code.
| T error | The DJI error result |
{{searchCount}} Results