Since: API level 34
public static class

PeripheralConstants.FirmwareUpdateStatus

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.ex.peripheral.PeripheralConstants.FirmwareUpdateStatus

Class Overview

This class defines firmware update status.

Since
API level 34
Knox 3.7.1

Summary

Constants
String FAIL Indicates fail to update firmware.
String PROCESSING Indicates updating firmware.
String SUCCESS Indicates succeed to update firmware.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String FAIL

Since: API level 34

Indicates fail to update firmware.

Since
API level 34
KNOX 3.7.1
Constant Value: "PERIPHERAL_FIRMWARE_UPDATE_FAIL"

public static final String PROCESSING

Since: API level 34

Indicates updating firmware.

Since
API level 34
KNOX 3.7.1
Constant Value: "PERIPHERAL_FIRMWARE_UPDATE_PROCESSING"

public static final String SUCCESS

Since: API level 34

Indicates succeed to update firmware.

Since
API level 34
KNOX 3.7.1
Constant Value: "PERIPHERAL_FIRMWARE_UPDATE_SUCCESS"