Partager via


RemoteConnection.Callback.OnConnectionEvent Méthode

Définition

Gère un événement de connexion propagé à ce RemoteConnectionsujet .

[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

Paramètres

connection
RemoteConnection

Appel RemoteConnection de cette méthode.

e
String
extras
Bundle

Extras associés à l’événement.

Attributs

Remarques

Gère un événement de connexion propagé à ce RemoteConnectionsujet .

Les événements de connexion proviennent de Connection#sendConnectionEvent(String, Bundle).

Documentation Java pour android.telecom.RemoteConnection.Callback.onConnectionEvent(android.telecom.RemoteConnection, java.lang.String, android.os.Bundle).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à