Since: API level 19
public static interface

SdpEngineConstants.Type

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

Deprecated in API level 33

Class Overview

Contains all the possible SdpEngine types.

Since
API level 19
KNOX 2.6

Summary

Constants
int SDP_ENGINE_ANDROID_DEFAULT Deprecated in API level 33
int SDP_ENGINE_CUSTOM Deprecated in API level 33
int SDP_ENGINE_INVALID Deprecated in API level 33

Constants

public static final int SDP_ENGINE_ANDROID_DEFAULT

Since: API level 19

Deprecated in API level 33

Constant representing Default type of SdpEngine.

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

public static final int SDP_ENGINE_CUSTOM

Since: API level 19

Deprecated in API level 33

Constant representing Custom type of SdpEngine.

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

public static final int SDP_ENGINE_INVALID

Since: API level 19

Deprecated in API level 33

Constant representing Unknown type of SdpEngine. SdpEngine cannot be used in this state.

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