RemoteConference.Callback.OnConnectionRemoved メソッド

定義

が電話会議から削除されたときに RemoteConnection 呼び出されます。

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

パラメーター

conference
RemoteConference

RemoteConferenceこのメソッドを呼び出す 。

connection
RemoteConnection

削除する RemoteConnection

属性

注釈

が電話会議から削除されたときに RemoteConnection 呼び出されます。

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

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象