TelecomManager.ExtraCallNetworkType Field

Definition

Optional extra for communicating the call network technology used by a android.telecom.Connection to Telecom and InCallUI.

[Android.Runtime.Register("EXTRA_CALL_NETWORK_TYPE", ApiSince=29)]
public const string ExtraCallNetworkType;
[<Android.Runtime.Register("EXTRA_CALL_NETWORK_TYPE", ApiSince=29)>]
val mutable ExtraCallNetworkType : string

Field Value

Attributes

Remarks

Optional extra for communicating the call network technology used by a android.telecom.Connection to Telecom and InCallUI.

NETWORK_TYPE_* in android.telephony.TelephonyManager.

Java documentation for android.telecom.TelecomManager.EXTRA_CALL_NETWORK_TYPE.

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