dji.sdk.Camera.DJIPlaybackManager.CameraFileDownloadCallback |
This callback will notify the process of downloading selected files.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | onEnd() Called when a file has completed downloading. | ||||||||||
abstract void | onError(Exception exception) Called when there is an error during download. | ||||||||||
abstract void | onProgressUpdate(int progress) Called to update the progress on downloading a file in percent. | ||||||||||
abstract void | onStart() Called as a file is about to start downloading. |
Called when a file has completed downloading.
Called when there is an error during download.
exception | The error exception |
---|
Called to update the progress on downloading a file in percent. Range is [0, 100].
progress | The progress of downloading |
---|
Called as a file is about to start downloading.