ConnectionService.OnCreateConnectionComplete(Connection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.