共用方式為


RemoteConference.Callback.OnConnectionAdded 方法

定義

當 新增至電話會議時 RemoteConnection 叫用 。

[Android.Runtime.Register("onConnectionAdded", "(Landroid/telecom/RemoteConference;Landroid/telecom/RemoteConnection;)V", "GetOnConnectionAdded_Landroid_telecom_RemoteConference_Landroid_telecom_RemoteConnection_Handler", ApiSince=23)]
public virtual void OnConnectionAdded (Android.Telecom.RemoteConference conference, Android.Telecom.RemoteConnection connection);
[<Android.Runtime.Register("onConnectionAdded", "(Landroid/telecom/RemoteConference;Landroid/telecom/RemoteConnection;)V", "GetOnConnectionAdded_Landroid_telecom_RemoteConference_Landroid_telecom_RemoteConnection_Handler", ApiSince=23)>]
abstract member OnConnectionAdded : Android.Telecom.RemoteConference * Android.Telecom.RemoteConnection -> unit
override this.OnConnectionAdded : Android.Telecom.RemoteConference * Android.Telecom.RemoteConnection -> unit

參數

conference
RemoteConference

RemoteConference 用此方法的 。

connection
RemoteConnection

RemoteConnection 加入的 。

屬性

備註

當 新增至電話會議時 RemoteConnection 叫用 。

android.telecom.RemoteConference.Callback.onConnectionAdded(android.telecom.RemoteConference, android.telecom.RemoteConnection)Java 檔。

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

適用於