TelecomManager.ExtraStartCallWithRtt Field

Definition

A boolean extra, which when set on the Intent#ACTION_CALL intent or on the bundle passed into #placeCall(Uri, Bundle), indicates that the call should be initiated with an RTT session open.

[Android.Runtime.Register("EXTRA_START_CALL_WITH_RTT", ApiSince=26)]
public const string ExtraStartCallWithRtt;
[<Android.Runtime.Register("EXTRA_START_CALL_WITH_RTT", ApiSince=26)>]
val mutable ExtraStartCallWithRtt : string

Field Value

String
Attributes

Remarks

Java documentation for android.telecom.TelecomManager.EXTRA_START_CALL_WITH_RTT.

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