NetworkCapabilities.TransportUsb Field

Definition

Caution

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

[Android.Runtime.Register("TRANSPORT_USB", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.TransportType enum directly instead of this field.", true)]
public const Android.Net.TransportType TransportUsb = 8;
[<Android.Runtime.Register("TRANSPORT_USB", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.TransportType enum directly instead of this field.", true)>]
val mutable TransportUsb : Android.Net.TransportType

Field Value

Value = 8

Implements

Attributes

Applies to