RemoteConference.Callback.OnDisconnected Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> unitParameters
- conference
- RemoteConference
The RemoteConference invoking this method.
- disconnectCause
- DisconnectCause
The (DisconnectCause) associated with this failed
conference.
- Attributes
Remarks
Invoked when this RemoteConference is disconnected.
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.