InCallService.OnConnectionEvent(Call, String, Bundle) 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.
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)
.
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.