Since: API level 22
public class

NetworkAnalyticsConstants

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

Deprecated in API level 35

Class Overview

This class provides a set of constant values that supplement the network analytics platform operations. The values in this class can be used to interpret the network analytics platform return values and configure the platform and customize the meta-data collection process.

Since
API level 22
KNOX 2.8

Summary

Nested Classes
class NetworkAnalyticsConstants.ActivationState Deprecated in API level 35  
class NetworkAnalyticsConstants.BroadcastActions Deprecated in API level 35  
class NetworkAnalyticsConstants.DataPoints Deprecated in API level 35  
class NetworkAnalyticsConstants.ErrorValues Deprecated in API level 35  
class NetworkAnalyticsConstants.JSONConstants Deprecated in API level 35  
Constants
String ALL_REGISTERED_PROFILES Deprecated in API level 35
String VENDOR_BIND_ACTION Deprecated in API level 35
Public Constructors
NetworkAnalyticsConstants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ALL_REGISTERED_PROFILES

Since: API level 30

Deprecated in API level 35

Constant value used to start or stop all the profiles that are registered to the NPA client.

Since
API level 24
KNOX 3.0
Constant Value: "ALL_REGISTERED_PROFILES_FOR_CLIENT"

public static final String VENDOR_BIND_ACTION

Since: API level 22

Deprecated in API level 35

Constant value that needs to be appended to the package name of the NPA client, serves as the binding action. The framework will bind to the NPA client using this action.

Since
API level 22
KNOX 2.8
Constant Value: "_namonitoraction"

Public Constructors

public NetworkAnalyticsConstants ()

Since: API level 22