FileUploadCallback

Deprecated

Old implementation. See fileUpload and fileDownload

Functions

Link copied to clipboard
abstract fun onProgressChanged(bytesSent: Int, imageSize: Int, timestamp: Long)
Called when a response has been received successfully.
Link copied to clipboard
abstract fun onUploadCanceled()
Called when the upload has been canceled.
Link copied to clipboard
abstract fun onUploadFailed(error: McuMgrException)
Called when the upload has failed.
Link copied to clipboard
abstract fun onUploadFinished()
Called when the upload has finished successfully.