Share via


WifiSsidPolicy.WifiSsidPolicyTypeAllowlist 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_ALLOWLIST", 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 WifiSsidPolicyTypeAllowlist = 0;
[<Android.Runtime.Register("WIFI_SSID_POLICY_TYPE_ALLOWLIST", 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 WifiSsidPolicyTypeAllowlist : Android.App.Admin.WifiSsidPolicyType

Field Value

Value = 0

Implements

Attributes

Remarks

SSID policy type indicator for WifiSsidPolicy.

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

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

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