RemoteConference.Callback.OnConnectionAdded 方法

定义

在将 a 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 添加的。

属性

注解

在将 a RemoteConnection 添加到电话会议时调用。

适用于 . 的 android.telecom.RemoteConference.Callback.onConnectionAdded(android.telecom.RemoteConference, android.telecom.RemoteConnection)Java 文档

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

适用于