setMode

open fun setMode(@NotNull mode: @NotNull FirmwareUpgradeManager.Mode)

Sets the manager mode. By default the TEST_AND_CONFIRM mode is used. The mode may be set only before calling start method.

This value is ignored when the target device supports SUIT (Software Update for Internet of Things).

Parameters

mode

the manager mode.

See also