Android.OS.Binder.IsBinderAlive Property
Check to see if the process that the binder is in is still alive.

Syntax

[get: Android.Runtime.Register("isBinderAlive", "()Z", "GetIsBinderAliveHandler")]
public virtual bool IsBinderAlive { 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.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1