Connection.EventMergeStart 欄位

定義

線上事件,用來告知 InCallServices 何時開始將連線合併至會議的程式。

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

欄位值

屬性

備註

線上事件,用來告知 InCallServices 何時開始將連線合併至會議的程式。

透過 #sendConnectionEvent(String, Bundle)傳送。 Bundle使用這個連接事件時,參數必須是 null。

android.telecom.Connection.EVENT_MERGE_STARTJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於