SUITUpgradePerformer
Functions
Link copied to clipboard
Link copied to clipboard
open fun onCancelled(@NotNull task: @NotNull Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>)
Link copied to clipboard
open fun onCompleted(@NotNull task: @NotNull Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>)
Link copied to clipboard
open fun onTaskFailed(@NotNull task: @NotNull Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>, @NotNull error: @NotNull McuMgrException)
Link copied to clipboard
open fun onTaskProgressChanged(@NotNull task: @NotNull Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>, current: Int, total: Int, timestamp: Long)
Link copied to clipboard
open fun onTaskStarted(@Nullable previousTask: @Nullable Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>, @NotNull nextTask: @NotNull Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>)