TelecomManager.ExtraOutgoingCallExtras 字段

定义

可选,android.content.Intent#ACTION_CALL包含android.content.Intent#ACTION_DIALIntentBundle有关调用的元数据。

[Android.Runtime.Register("EXTRA_OUTGOING_CALL_EXTRAS", ApiSince=23)]
public const string ExtraOutgoingCallExtras;
[<Android.Runtime.Register("EXTRA_OUTGOING_CALL_EXTRAS", ApiSince=23)>]
val mutable ExtraOutgoingCallExtras : string

字段值

属性

注解

可选,android.content.Intent#ACTION_CALL包含android.content.Intent#ACTION_DIALIntentBundle有关调用的元数据。 这将 Bundle 保存在 Call.Details 呼叫中并将其传递给 ConnectionService 呼叫。

适用于 . 的 android.telecom.TelecomManager.EXTRA_OUTGOING_CALL_EXTRASJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于