Поделиться через


RemoteConnection.Callback.OnConnectionEvent Метод

Определение

Обрабатывает событие подключения, распространяемое на это RemoteConnection.

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

Параметры

connection
RemoteConnection

Вызов RemoteConnection этого метода.

e
String
extras
Bundle

Дополнительные компоненты, связанные с событием.

Атрибуты

Комментарии

Обрабатывает событие подключения, распространяемое на это RemoteConnection.

События подключения происходят из Connection#sendConnectionEvent(String, Bundle).

Документация по Java для android.telecom.RemoteConnection.Callback.onConnectionEvent(android.telecom.RemoteConnection, java.lang.String, android.os.Bundle).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к