- recipient
- Documentation for this section has not yet been entered.
- flags
- Documentation for this section has not yet been entered.
Type Reason Android.OS.RemoteException if the target IBinder's process has already died.
Register the recipient for a notification if this binder goes away. If this binder object unexpectedly goes away (typically because its hosting process has been killed), then the given Android.OS.IBinderDeathRecipient's IBinderDeathRecipient.BinderDied method will be called.
You will only receive death notifications for remote binders, as local binders by definition can't die without you dying as well.