Share via


WifiP2pConfig.GroupOwnerIntentAuto Field

Definition

Caution

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

The system can choose an appropriate owner intent value, to be filled in the field #groupOwnerIntent.

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

Field Value

Value = -1

Implements

Attributes

Remarks

The system can choose an appropriate owner intent value, to be filled in the field #groupOwnerIntent.

Java documentation for android.net.wifi.p2p.WifiP2pConfig.GROUP_OWNER_INTENT_AUTO.

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