RemoteConference.Callback.OnDestroyed(RemoteConference) Method

Definition

Indicates that this RemoteConference has been destroyed.

[Android.Runtime.Register("onDestroyed", "(Landroid/telecom/RemoteConference;)V", "GetOnDestroyed_Landroid_telecom_RemoteConference_Handler", ApiSince=23)]
public virtual void OnDestroyed (Android.Telecom.RemoteConference conference);
[<Android.Runtime.Register("onDestroyed", "(Landroid/telecom/RemoteConference;)V", "GetOnDestroyed_Landroid_telecom_RemoteConference_Handler", ApiSince=23)>]
abstract member OnDestroyed : Android.Telecom.RemoteConference -> unit
override this.OnDestroyed : Android.Telecom.RemoteConference -> unit

Parameters

conference
RemoteConference

The RemoteConference invoking this method.

Attributes

Remarks

Indicates that this RemoteConference has been destroyed. No further requests should be made to the RemoteConference, and references to it should be cleared.

Java documentation for android.telecom.RemoteConference.Callback.onDestroyed(android.telecom.RemoteConference).

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