Since: API level 19
public static interface

SdpEngineConstants.State

com.samsung.android.knox.sdp.core.SdpEngineConstants.State

Deprecated in API level 33

Class Overview

Contains all the possible SdpEngine states.

Since
API level 19
KNOX 2.6

Summary

Constants
int LOCKED Deprecated in API level 33
int UNLOCKED Deprecated in API level 33

Constants

public static final int LOCKED

Since: API level 19

Deprecated in API level 33

Constant representing Locked state of SdpEngine.

Since
API level 19
KNOX 2.6
See Also
Constant Value: 1 (0x00000001)

public static final int UNLOCKED

Since: API level 19

Deprecated in API level 33

Constant representing Unlocked state of SdpEngine.

Since
API level 19
KNOX 2.6
See Also
Constant Value: 2 (0x00000002)