Check to see if the process that the binder is in is still alive.
Syntax
[get: Android.Runtime.Register("isBinderAlive", "()Z", "GetIsBinderAliveHandler")] public virtual boolIsBinderAlive { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Check to see if the process that the binder is in is still alive.
Note that if you're calling on a local binder, this always returns true
because your process is alive if you're calling it.