Share via


Conference.OnMerge Method

Definition

Overloads

OnMerge()

Notifies the Conference when the child calls should be merged.

OnMerge(Connection)

Notifies the Conference when the specified Connection should merged with the conference call.

OnMerge()

Notifies the Conference when the child calls should be merged.

[Android.Runtime.Register("onMerge", "()V", "GetOnMergeHandler", ApiSince=23)]
public virtual void OnMerge ();
[<Android.Runtime.Register("onMerge", "()V", "GetOnMergeHandler", ApiSince=23)>]
abstract member OnMerge : unit -> unit
override this.OnMerge : unit -> unit
Attributes

Remarks

Notifies the Conference when the child calls should be merged. Only invoked if the conference contains the capability Connection#CAPABILITY_MERGE_CONFERENCE.

Java documentation for android.telecom.Conference.onMerge().

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

OnMerge(Connection)

Notifies the Conference when the specified Connection should merged with the conference call.

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

Parameters

connection
Connection

The Connection to merge.

Attributes

Remarks

Notifies the Conference when the specified Connection should merged with the conference call.

Java documentation for android.telecom.Conference.onMerge(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