次の方法で共有


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 が追加されたときに呼び出されます。

の Java ドキュメントandroid.telecom.RemoteConference.Callback.onConnectionAdded(android.telecom.RemoteConference, android.telecom.RemoteConnection)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象