WifiP2pManager.ConnectionRequestDeferShowPinToService 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_SHOW_PIN_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 ConnectionRequestDeferShowPinToService = 3;
[<Android.Runtime.Register("CONNECTION_REQUEST_DEFER_SHOW_PIN_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 ConnectionRequestDeferShowPinToService : Android.Net.Wifi.P2p.ConnectionRequestType

Field Value

Value = 3
Attributes

Applies to