TelecomManager.ExtraStartCallWithRtt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Remarks
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. See android.telecom.Call.RttCall
for more information on RTT.
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.