interface ActionCallback |
Package: | dji.keysdk.callback |
Callback called when performing an action on a key.
void onSuccess() |
Package: | dji.keysdk.callback |
Invoked when the action is done successfully.
void onFailure(@NonNull DJIError error) |
Package: | dji.keysdk.callback |
Invoked when the action has failed.
@NonNull DJIError error | The error that occurred. |
{{searchCount}} Results