Since: API level 4
public class

WifiControlInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.net.wifi.WifiControlInfo

Class Overview

This generic class contains information on the Wi-Fi policy values for a particular admininstrator.

Since
API level 4
MDM 2.2

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String adminPackageName Package name of the admin application.
public List<String> entries List all the entries in the admin whitelist or blacklist.
Public Constructors
WifiControlInfo()
Default Constructor
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public String adminPackageName

Since: API level 4

Package name of the admin application.

Since
API level 3
MDM 2.1

public List<String> entries

Since: API level 4

List all the entries in the admin whitelist or blacklist. It depends on which API returns this object. Can be a list of package names, permissions or signatures.

Since
API level 3
MDM 2.1

Public Constructors

public WifiControlInfo ()

Since: API level 4

Default Constructor

Since
API level 4
MDM 2.2