InCallService.OnConnectionEvent(Call, String, Bundle) Method

Definition

Unused; to handle connection events issued by a ConnectionService, implement the android.telecom.Call.Callback#onConnectionEvent(Call, String, Bundle) callback.

[Android.Runtime.Register("onConnectionEvent", "(Landroid/telecom/Call;Ljava/lang/String;Landroid/os/Bundle;)V", "GetOnConnectionEvent_Landroid_telecom_Call_Ljava_lang_String_Landroid_os_Bundle_Handler", ApiSince=25)]
public virtual void OnConnectionEvent (Android.Telecom.Call? call, string? e, Android.OS.Bundle? extras);
[<Android.Runtime.Register("onConnectionEvent", "(Landroid/telecom/Call;Ljava/lang/String;Landroid/os/Bundle;)V", "GetOnConnectionEvent_Landroid_telecom_Call_Ljava_lang_String_Landroid_os_Bundle_Handler", ApiSince=25)>]
abstract member OnConnectionEvent : Android.Telecom.Call * string * Android.OS.Bundle -> unit
override this.OnConnectionEvent : Android.Telecom.Call * string * Android.OS.Bundle -> unit

Parameters

call
Call

The call the event is associated with.

e
String
extras
Bundle

Any associated extras.

Attributes

Remarks

Unused; to handle connection events issued by a ConnectionService, implement the android.telecom.Call.Callback#onConnectionEvent(Call, String, Bundle) callback.

See Connection#sendConnectionEvent(String, Bundle).

Java documentation for android.telecom.InCallService.onConnectionEvent(android.telecom.Call, java.lang.String, android.os.Bundle).

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