Connection.EventMergeStart 字段

定义

连接事件用于通知 InCallService何时开始将连接合并到会议的过程。

[Android.Runtime.Register("EVENT_MERGE_START", ApiSince=30)]
public const string EventMergeStart;
[<Android.Runtime.Register("EVENT_MERGE_START", ApiSince=30)>]
val mutable EventMergeStart : string

字段值

属性

注解

连接事件用于通知 InCallService何时开始将连接合并到会议的过程。

通过 #sendConnectionEvent(String, Bundle). 使用此连接事件时,参数 Bundle 应为 null。

适用于 . 的 android.telecom.Connection.EVENT_MERGE_STARTJava 文档

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

适用于