EXTRA_PROGRESS

val EXTRA_PROGRESS: String = "no.nordicsemi.android.dfu.extra.EXTRA_PROGRESS"

An extra field to send the progress or error information in the DFU notification. The value may contain:

To check if error occurred use:boolean error = progressValue >= DfuBaseService.ERROR_MASK;