WifiP2pGroup.NetworkIdPersistent Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.P2p.GroupNetworkIdType enum directly instead of this field.

[Android.Runtime.Register("NETWORK_ID_PERSISTENT", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.P2p.GroupNetworkIdType enum directly instead of this field.", true)]
public const Android.Net.Wifi.P2p.GroupNetworkIdType NetworkIdPersistent = -2;
[<Android.Runtime.Register("NETWORK_ID_PERSISTENT", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.P2p.GroupNetworkIdType enum directly instead of this field.", true)>]
val mutable NetworkIdPersistent : Android.Net.Wifi.P2p.GroupNetworkIdType

Field Value

Value = -2

Implements

Attributes

Applies to