java.lang.Object | |
↳ | com.samsung.android.knox.net.nap.NetworkAnalyticsConstants.ActivationState |
Deprecated in API level 35
Constants to represent the state of a configuration profile on the device.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Deprecated in API level 35
Constant value used to represent the activated state of the profile.
API level 22 |
KNOX 2.8 |
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
API level 28 |
KNOX 3.3 |
Deprecated in API level 35
Constant value used to represent the un-activated state of the profile.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Constant value used to represent the record type of the profile
API level 26 |
KNOX 3.2 |
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;
API level 26 |
KNOX 3.2 |
Deprecated in API level 35
Constant value used to represent that the data-points needs to be collected during start of the network flow;
API level 26 |
KNOX 3.2 |
Deprecated in API level 35
Constant value used to represent that the data-points needs to be collected during stop of the network flow
API level 26 |
KNOX 3.2 |