Share via


WifiSsidPolicy.WifiSsidPolicyTypeDenylist Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Admin.WifiSsidPolicyType enum directly instead of this field.

SSID policy type indicator for WifiSsidPolicy.

[Android.Runtime.Register("WIFI_SSID_POLICY_TYPE_DENYLIST", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.WifiSsidPolicyType enum directly instead of this field.", true)]
public const Android.App.Admin.WifiSsidPolicyType WifiSsidPolicyTypeDenylist = 1;
[<Android.Runtime.Register("WIFI_SSID_POLICY_TYPE_DENYLIST", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.WifiSsidPolicyType enum directly instead of this field.", true)>]
val mutable WifiSsidPolicyTypeDenylist : Android.App.Admin.WifiSsidPolicyType

Field Value

Value = 1

Implements

Attributes

Remarks

SSID policy type indicator for WifiSsidPolicy.

When returned from WifiSsidPolicy#getPolicyType(), the constant indicates that the SSID policy type is a denylist.

Java documentation for android.app.admin.WifiSsidPolicy.WIFI_SSID_POLICY_TYPE_DENYLIST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to