共用方式為


RemoteConnection.Callback.OnConferenceableConnectionsChanged 方法

定義

表示RemoteConnectionRemoteConnection可能會要求建立會議的 已變更。

[Android.Runtime.Register("onConferenceableConnectionsChanged", "(Landroid/telecom/RemoteConnection;Ljava/util/List;)V", "GetOnConferenceableConnectionsChanged_Landroid_telecom_RemoteConnection_Ljava_util_List_Handler", ApiSince=23)]
public virtual void OnConferenceableConnectionsChanged (Android.Telecom.RemoteConnection connection, System.Collections.Generic.IList<Android.Telecom.RemoteConnection>? conferenceableConnections);
[<Android.Runtime.Register("onConferenceableConnectionsChanged", "(Landroid/telecom/RemoteConnection;Ljava/util/List;)V", "GetOnConferenceableConnectionsChanged_Landroid_telecom_RemoteConnection_Ljava_util_List_Handler", ApiSince=23)>]
abstract member OnConferenceableConnectionsChanged : Android.Telecom.RemoteConnection * System.Collections.Generic.IList<Android.Telecom.RemoteConnection> -> unit
override this.OnConferenceableConnectionsChanged : Android.Telecom.RemoteConnection * System.Collections.Generic.IList<Android.Telecom.RemoteConnection> -> unit

參數

connection
RemoteConnection

RemoteConnection 用此方法的 。

conferenceableConnections
IList<RemoteConnection>

RemoteConnection系統可能會要求建立RemoteConnection會議。

屬性

備註

表示RemoteConnectionRemoteConnection可能會要求建立會議的 已變更。

android.telecom.RemoteConnection.Callback.onConferenceableConnectionsChanged(android.telecom.RemoteConnection, java.util.List<android.telecom.RemoteConnection>)Java 檔。

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

適用於