UploadCallback

interface UploadCallback

Functions

Link copied to clipboard
abstract fun onUploadCanceled()
Called when the upload has been canceled.
Link copied to clipboard
abstract fun onUploadCompleted()
Called when the upload has finished successfully.
Link copied to clipboard
abstract fun onUploadFailed(@NotNull error: @NotNull McuMgrException)
Called when the upload has failed.
Link copied to clipboard
abstract fun onUploadProgressChanged(current: Int, total: Int, timestamp: Long)
Called when a response has been received successfully.