WifiSsidPolicy class

Restrictions on which Wi-Fi SSIDs the device can connect to.

Note that this does not affect which networks can be configured on the device. Supported on company-owned devices running Android 13 and above.

Constructors

WifiSsidPolicy({String? wifiSsidPolicyType, List<WifiSsid>? wifiSsids})
WifiSsidPolicy.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wifiSsidPolicyType String?
Type of the Wi-Fi SSID policy to be applied. Possible string values are:
getter/setter pair
wifiSsids List<WifiSsid>?
List of Wi-Fi SSIDs that should be applied in the policy.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited