IBinder.PingBinder Method

Definition

Check to see if the object still exists.

[Android.Runtime.Register("pingBinder", "()Z", "GetPingBinderHandler:Android.OS.IBinderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool PingBinder ();
[<Android.Runtime.Register("pingBinder", "()Z", "GetPingBinderHandler:Android.OS.IBinderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member PingBinder : unit -> bool

Returns

Returns false if the hosting process is gone, otherwise the result (always by default true) returned by the pingBinder() implementation on the other side.

Attributes

Remarks

Check to see if the object still exists.

Java documentation for android.os.IBinder.pingBinder().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to