RemoteCallbackList.Builder.IInterfaceDiedCallback.OnInterfaceDied 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.
Invoked when a callback interface has died.
[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
Parameters
- remoteCallbackList
- RemoteCallbackList
the list that the interface was registered with. This value cannot be null.
- deadInterface
- Object
the interface that has died.
- cookie
- Object
the cookie specified on interface registration. The value may be null.
- Attributes
Remarks
Invoked when a callback interface has died.
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.