Share via


Conference.OnSeparate(Connection) Method

Definition

Notifies the Conference when the specified Connection should be separated from the conference call.

[Android.Runtime.Register("onSeparate", "(Landroid/telecom/Connection;)V", "GetOnSeparate_Landroid_telecom_Connection_Handler", ApiSince=23)]
public virtual void OnSeparate (Android.Telecom.Connection? connection);
[<Android.Runtime.Register("onSeparate", "(Landroid/telecom/Connection;)V", "GetOnSeparate_Landroid_telecom_Connection_Handler", ApiSince=23)>]
abstract member OnSeparate : Android.Telecom.Connection -> unit
override this.OnSeparate : Android.Telecom.Connection -> unit

Parameters

connection
Connection

The connection to separate.

Attributes

Remarks

Notifies the Conference when the specified Connection should be separated from the conference call.

Java documentation for android.telecom.Conference.onSeparate(android.telecom.Connection).

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