Langue

RemoteCallbackList.Builder.IInterfaceDiedCallback.OnInterfaceDied Méthode

Définition

Appelé lorsqu’une interface de rappel est morte.

[Android.Runtime.Register("onInterfaceDied", "(Landroid/os/RemoteCallbackList;Landroid/os/IInterface;Ljava/lang/Object;)V", "GetOnInterfaceDied_Landroid_os_RemoteCallbackList_Landroid_os_IInterface_Ljava_lang_Object_Handler:Android.OS.RemoteCallbackList/Builder/IInterfaceDiedCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void OnInterfaceDied(Android.OS.RemoteCallbackList remoteCallbackList, Java.Lang.Object? deadInterface, Java.Lang.Object? cookie);
[<Android.Runtime.Register("onInterfaceDied", "(Landroid/os/RemoteCallbackList;Landroid/os/IInterface;Ljava/lang/Object;)V", "GetOnInterfaceDied_Landroid_os_RemoteCallbackList_Landroid_os_IInterface_Ljava_lang_Object_Handler:Android.OS.RemoteCallbackList/Builder/IInterfaceDiedCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnInterfaceDied : Android.OS.RemoteCallbackList * Java.Lang.Object * Java.Lang.Object -> unit

Paramètres

remoteCallbackList
RemoteCallbackList

liste auprès de laquelle l’interface a été inscrite. Cette valeur ne peut pas être null.

deadInterface
Object

l’interface qui est morte.

cookie
Object

le cookie spécifié lors de l’inscription de l’interface. La valeur peut être null.

Attributs

Remarques

Appelé lorsqu’une interface de rappel est morte.

Java documentation pour android.os.RemoteCallbackList.Builder.InterfaceDiedCallback.onInterfaceDied(android.os.RemoteCallbackList<E>, E, java.lang.Object).

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

S’applique à