RemoteConference.Callback.OnDisconnected Method

Definition

Invoked when this RemoteConference is disconnected.

[Android.Runtime.Register("onDisconnected", "(Landroid/telecom/RemoteConference;Landroid/telecom/DisconnectCause;)V", "GetOnDisconnected_Landroid_telecom_RemoteConference_Landroid_telecom_DisconnectCause_Handler", ApiSince=23)]
public virtual void OnDisconnected (Android.Telecom.RemoteConference conference, Android.Telecom.DisconnectCause disconnectCause);
[<Android.Runtime.Register("onDisconnected", "(Landroid/telecom/RemoteConference;Landroid/telecom/DisconnectCause;)V", "GetOnDisconnected_Landroid_telecom_RemoteConference_Landroid_telecom_DisconnectCause_Handler", ApiSince=23)>]
abstract member OnDisconnected : Android.Telecom.RemoteConference * Android.Telecom.DisconnectCause -> unit
override this.OnDisconnected : Android.Telecom.RemoteConference * Android.Telecom.DisconnectCause -> unit

Parameters

conference
RemoteConference

The RemoteConference invoking this method.

disconnectCause
DisconnectCause

The (DisconnectCause) associated with this failed conference.

Attributes

Remarks

Invoked when this RemoteConference is disconnected.

Java documentation for android.telecom.RemoteConference.Callback.onDisconnected(android.telecom.RemoteConference, android.telecom.DisconnectCause).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to