AccessNetworkConstants.TransportTypeWwan Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Ims.AccessNetworkConstantsTransportType enum directly instead of this field.

Transport type for Wireless Wide Area Networks (i.

[Android.Runtime.Register("TRANSPORT_TYPE_WWAN", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.AccessNetworkConstantsTransportType enum directly instead of this field.", true)]
public const Android.Telephony.Ims.AccessNetworkConstantsTransportType TransportTypeWwan = 1;
[<Android.Runtime.Register("TRANSPORT_TYPE_WWAN", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.AccessNetworkConstantsTransportType enum directly instead of this field.", true)>]
val mutable TransportTypeWwan : Android.Telephony.Ims.AccessNetworkConstantsTransportType

Field Value

Value = 1
Attributes

Remarks

Transport type for Wireless Wide Area Networks (i.e. Cellular)

Java documentation for android.telephony.AccessNetworkConstants.TRANSPORT_TYPE_WWAN.

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