Since: API level 28
public class

NetworkAnalyticsConstants.ActivationState

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.net.nap.NetworkAnalyticsConstants.ActivationState

Deprecated in API level 35

Class Overview

Constants to represent the state of a configuration profile on the device.

Summary

Constants
int PROFILE_ACTIVATED Deprecated in API level 35
String PROFILE_INTERVAL_VALUE Deprecated in API level 35
int PROFILE_NOT_ACTIVATED Deprecated in API level 35
String PROFILE_RECORD_TYPE Deprecated in API level 35
int RECORD_TYPE_ALL Deprecated in API level 35
int RECORD_TYPE_START Deprecated in API level 35
int RECORD_TYPE_STOP Deprecated in API level 35
Public Constructors
ActivationState()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int PROFILE_ACTIVATED

Since: API level 28

Deprecated in API level 35

Constant value used to represent the activated state of the profile.

Since
API level 22
KNOX 2.8
Constant Value: 1 (0x00000001)

public static final String PROFILE_INTERVAL_VALUE

Since: API level 28

Deprecated in API level 35

Constant value used to represent the regular interval at which each network flow information will be collected for the profile

Since
API level 28
KNOX 3.3
Constant Value: "interval_value"

public static final int PROFILE_NOT_ACTIVATED

Since: API level 28

Deprecated in API level 35

Constant value used to represent the un-activated state of the profile.

Since
API level 22
KNOX 2.8
Constant Value: 0 (0x00000000)

public static final String PROFILE_RECORD_TYPE

Since: API level 28

Deprecated in API level 35

Constant value used to represent the record type of the profile

Since
API level 26
KNOX 3.2
Constant Value: "record_type"

public static final int RECORD_TYPE_ALL

Since: API level 28

Deprecated in API level 35

Constant value used to represent that the data-points needs to be collected during the start and the end of the network flow;

Since
API level 26
KNOX 3.2
Constant Value: 0 (0x00000000)

public static final int RECORD_TYPE_START

Since: API level 28

Deprecated in API level 35

Constant value used to represent that the data-points needs to be collected during start of the network flow;

Since
API level 26
KNOX 3.2
Constant Value: 1 (0x00000001)

public static final int RECORD_TYPE_STOP

Since: API level 28

Deprecated in API level 35

Constant value used to represent that the data-points needs to be collected during stop of the network flow

Since
API level 26
KNOX 3.2
Constant Value: 2 (0x00000002)

Public Constructors

public ActivationState ()

Since: API level 28