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.
Summary
Nested Classes |
class |
NetworkAnalyticsConstants.ActivationState |
Constants to represent the state of a configuration profile on the
device. |
class |
NetworkAnalyticsConstants.BroadcastActions |
Constants to represent the messages which are broadcasted to the NPA Clients by the
framework regarding NPA Status. |
class |
NetworkAnalyticsConstants.DataPoints |
Constants that help configure the set of data points that need to be
collected on the device and help interpret the result from the framework. |
class |
NetworkAnalyticsConstants.ErrorValues |
Constants that help interpret return values of API calls from the
framework. |
class |
NetworkAnalyticsConstants.JSONConstants |
Constants that help create and interpret configuration JSON strings. |
Constants |
String |
ALL_REGISTERED_PROFILES |
Constant value used to start or stop all the profiles that are registered to the NPA client. |
String |
VENDOR_BIND_ACTION |
Constant value that needs to be appended to the package name of the NPA
client, serves as the binding action. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
String
ALL_REGISTERED_PROFILES
Since: API level 30
Constant value used to start or stop all the profiles that are registered to the NPA client.
Constant Value:
"ALL_REGISTERED_PROFILES_FOR_CLIENT"
public
static
final
String
VENDOR_BIND_ACTION
Since: API level 22
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.
Constant Value:
"_namonitoraction"
Public Constructors
public
NetworkAnalyticsConstants
()