ConnectionService.OnCreateConnectionComplete(Connection) Method

Definition

Called by Telecom after the Connection returned by #onCreateIncomingConnection(PhoneAccountHandle, ConnectionRequest) or #onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest) has been added to the ConnectionService and sent to Telecom.

[Android.Runtime.Register("onCreateConnectionComplete", "(Landroid/telecom/Connection;)V", "GetOnCreateConnectionComplete_Landroid_telecom_Connection_Handler", ApiSince=36)]
public virtual void OnCreateConnectionComplete(Android.Telecom.Connection connection);
[<Android.Runtime.Register("onCreateConnectionComplete", "(Landroid/telecom/Connection;)V", "GetOnCreateConnectionComplete_Landroid_telecom_Connection_Handler", ApiSince=36)>]
abstract member OnCreateConnectionComplete : Android.Telecom.Connection -> unit
override this.OnCreateConnectionComplete : Android.Telecom.Connection -> unit

Parameters

connection
Connection

the Connection which was added to Telecom.

Attributes

Remarks

Called by Telecom after the Connection returned by #onCreateIncomingConnection(PhoneAccountHandle, ConnectionRequest) or #onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest) has been added to the ConnectionService and sent to Telecom.

Java documentation for android.telecom.ConnectionService.onCreateConnectionComplete(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