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.transfer
/
StreamDownloadCallback
Stream
Download
Callback
interface
StreamDownloadCallback
Members
Functions
on
Download
Canceled
Link copied to clipboard
abstract
fun
onDownloadCanceled
(
)
Called when the download has been canceled.
on
Download
Completed
Link copied to clipboard
abstract
fun
onDownloadCompleted
(
)
Called when the download has finished successfully.
on
Download
Failed
Link copied to clipboard
abstract
fun
onDownloadFailed
(
@
NotNull
error
:
@
NotNull
McuMgrException
)
Called when the download has failed.
on
Download
Progress
Changed
Link copied to clipboard
abstract
fun
onDownloadProgressChanged
(
current
:
Int
,
total
:
Int
,
timestamp
:
Long
)
Called when a response has been received successfully.