IBinder.PingBinder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.