Since: API level 28
public static class

NetworkAnalyticsConstants.JSONConstants

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

Deprecated in API level 35

Class Overview

Constants that help create and interpret configuration JSON strings.

Summary

Constants
String FLAGS Deprecated in API level 35
String PACKAGE_NAME Deprecated in API level 35
String PACKAGE_SIGNATURE Deprecated in API level 35
String PARENT Deprecated in API level 35
String PROFILE_ATTRIBUTES Deprecated in API level 35
String PROFILE_NAME Deprecated in API level 35
Public Constructors
JSONConstants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String FLAGS

Since: API level 28

Deprecated in API level 35

Constant value used to represent the flags value in the JSON profile.

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

public static final String PACKAGE_NAME

Since: API level 28

Deprecated in API level 35

Constant value used to represent the package name value in the JSON profile.

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

public static final String PACKAGE_SIGNATURE

Since: API level 28

Deprecated in API level 35

Constant value used to represent the package signature value in the JSON profile.

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

public static final String PARENT

Since: API level 28

Deprecated in API level 35

Constant value used to represent the encapsulating parent JSON object in the JSON profile.

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

public static final String PROFILE_ATTRIBUTES

Since: API level 28

Deprecated in API level 35

Constant value used to represent the profile attribute value in the JSON profile.

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

public static final String PROFILE_NAME

Since: API level 28

Deprecated in API level 35

Constant value used to represent the profile name value in the JSON profile.

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

Public Constructors

public JSONConstants ()

Since: API level 28