nRF Connect Device Manager
Toggle table of contents
3.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Connect Device Manager
mcumgr-core
/
no.nordicsemi.android.mcumgr.managers
/
FsManager
/
FileUploadCallback
File
Upload
Callback
interface
FileUploadCallback
Deprecated
Old implementation. See fileUpload and fileDownload
Members
Functions
on
Progress
Changed
Link copied to clipboard
abstract
fun
onProgressChanged
(
bytesSent
:
Int
,
imageSize
:
Int
,
timestamp
:
Long
)
Called when a response has been received successfully.
on
Upload
Canceled
Link copied to clipboard
abstract
fun
onUploadCanceled
(
)
Called when the upload has been canceled.
on
Upload
Failed
Link copied to clipboard
abstract
fun
onUploadFailed
(
error
:
McuMgrException
)
Called when the upload has failed.
on
Upload
Finished
Link copied to clipboard
abstract
fun
onUploadFinished
(
)
Called when the upload has finished successfully.