WifiP2pManager.ConnectionRequestDeferToService Field

Definition

Caution

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

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

Field Value

Value = 2
Attributes

Applies to