ConnectionService.OnCreateConferenceComplete(Conference) Method

Definition

Called by Telecom after the Conference returned by #onCreateIncomingConference(PhoneAccountHandle, ConnectionRequest) or #onCreateOutgoingConference(PhoneAccountHandle, ConnectionRequest) has been added to the ConnectionService and sent to Telecom.

[Android.Runtime.Register("onCreateConferenceComplete", "(Landroid/telecom/Conference;)V", "GetOnCreateConferenceComplete_Landroid_telecom_Conference_Handler", ApiSince=36)]
public virtual void OnCreateConferenceComplete(Android.Telecom.Conference conference);
[<Android.Runtime.Register("onCreateConferenceComplete", "(Landroid/telecom/Conference;)V", "GetOnCreateConferenceComplete_Landroid_telecom_Conference_Handler", ApiSince=36)>]
abstract member OnCreateConferenceComplete : Android.Telecom.Conference -> unit
override this.OnCreateConferenceComplete : Android.Telecom.Conference -> unit

Parameters

conference
Conference

the Conference which was added to Telecom.

Attributes

Remarks

Called by Telecom after the Conference returned by #onCreateIncomingConference(PhoneAccountHandle, ConnectionRequest) or #onCreateOutgoingConference(PhoneAccountHandle, ConnectionRequest) has been added to the ConnectionService and sent to Telecom.

Java documentation for android.telecom.ConnectionService.onCreateConferenceComplete(android.telecom.Conference).

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