Since: API level 34
public static class

PeripheralConstants.DataClearOption

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

Deprecated in API level 37

Class Overview

This class defines data clear option.

Since
API level 34
Knox 3.7.1

Summary

Constants
String ALL Deprecated in API level 37
String FIRST Deprecated in API level 37
String LAST Deprecated in API level 37
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ALL

Since: API level 34

Deprecated in API level 37

Indicates option to clear all data.

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

public static final String FIRST

Since: API level 34

Deprecated in API level 37

Indicates option to clear first data.

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

public static final String LAST

Since: API level 34

Deprecated in API level 37

Indicates option to clear last data.

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