Binder.LinkToDeath(IBinderDeathRecipient, Int32) Método

Definición

La implementación local es un no-op.

[Android.Runtime.Register("linkToDeath", "(Landroid/os/IBinder$DeathRecipient;I)V", "GetLinkToDeath_Landroid_os_IBinder_DeathRecipient_IHandler")]
public virtual void LinkToDeath(Android.OS.IBinderDeathRecipient recipient, int flags);
[<Android.Runtime.Register("linkToDeath", "(Landroid/os/IBinder$DeathRecipient;I)V", "GetLinkToDeath_Landroid_os_IBinder_DeathRecipient_IHandler")>]
abstract member LinkToDeath : Android.OS.IBinderDeathRecipient * int -> unit
override this.LinkToDeath : Android.OS.IBinderDeathRecipient * int -> unit

Parámetros

recipient
IBinderDeathRecipient

El valor no puede ser NULL.

flags
Int32

Marcas que controlan la operación.

Implementaciones

Atributos

Comentarios

Java documentación para android.os.Binder.linkToDeath(android.os.DeathRecipient, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a