Lingua

Binder.UnlinkToDeath(IBinderDeathRecipient, Int32) Metodo

Definizione

L'implementazione locale è un no-op.

[Android.Runtime.Register("unlinkToDeath", "(Landroid/os/IBinder$DeathRecipient;I)Z", "GetUnlinkToDeath_Landroid_os_IBinder_DeathRecipient_IHandler")]
public virtual bool UnlinkToDeath(Android.OS.IBinderDeathRecipient recipient, int flags);
[<Android.Runtime.Register("unlinkToDeath", "(Landroid/os/IBinder$DeathRecipient;I)Z", "GetUnlinkToDeath_Landroid_os_IBinder_DeathRecipient_IHandler")>]
abstract member UnlinkToDeath : Android.OS.IBinderDeathRecipient * int -> bool
override this.UnlinkToDeath : Android.OS.IBinderDeathRecipient * int -> bool

Parametri

recipient
IBinderDeathRecipient

Il valore non può essere Null.

flags
Int32

Flag che controllano l'operazione.

Valori restituiti

true se il destinatario viene scollegato correttamente, assicurandoti che il metodo DeathRecipient.binderDied() non verrà chiamato; false se l'IBinder di destinazione è già morto, ovvero il metodo è stato (o presto sarà) chiamato.

Implementazioni

Attributi

Commenti

per android.os.Binder.unlinkToDeath(android.os.DeathRecipient, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a