TransferCallback

Inheritors

Functions

Link copied to clipboard
abstract fun onCanceled()
Called when the transfer has been cancelled.
Link copied to clipboard
abstract fun onCompleted()
Called when the transfer is complete.
Link copied to clipboard
abstract fun onFailed(@NotNull e: @NotNull McuMgrException)
Called when a response with failure has been received.
Link copied to clipboard
abstract fun onProgressChanged(current: Int, total: Int, timestamp: Long)
Called when a response has been received successfully.