Lingua

Binder.IsBinderAlive Proprietà

Definizione

Da aggiungere

        Note that if you're calling on a local binder, this always returns true
        because your process is alive if you're calling it.
public virtual bool IsBinderAlive { [Android.Runtime.Register("isBinderAlive", "()Z", "GetIsBinderAliveHandler")] get; }
[<get: Android.Runtime.Register("isBinderAlive", "()Z", "GetIsBinderAliveHandler")>]
member this.IsBinderAlive : bool

Valore della proprietà

è il valore attivo del binder.

Implementazioni

Attributi

Commenti

Da aggiungere

Si noti che se si esegue una chiamata a un gestore di associazione locale, questo restituisce sempre true perché il processo è attivo se viene chiamato.

per android.os.Binder.isBinderAlive().

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