interface UpdatedUploadStateCallback |
Package: | dji.sdk.flighthub |
Updates current state of uploading flight data. In order to begin updates, call the onUpdate
addUpdatedUploadStateCallback} method.
void onUpdate(@NonNull UploadState uploadState, @Nullable DJIError error) |
Package: | dji.sdk.flighthub |
Updates states for the uploading progress of flight data.
@NonNull UploadState uploadState | An enum value of UploadState . |
@Nullable DJIError error | Error when uploading data failed. |
{{searchCount}} Results