Since: API level 34
public static class

PeripheralConstants.FirmwareUpdateStatus

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

Deprecated in API level 37

Class Overview

This class defines firmware update status.

Since
API level 34
Knox 3.7.1

Summary

Constants
String FAIL Deprecated in API level 37
String PROCESSING Deprecated in API level 37
String SUCCESS Deprecated in API level 37
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String FAIL

Since: API level 34

Deprecated in API level 37

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

Deprecated in API level 37

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

Deprecated in API level 37

Indicates succeed to update firmware.

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