Binder.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.
Default implementation always returns true -- if you got here, the object is alive.
[Android.Runtime.Register("pingBinder", "()Z", "GetPingBinderHandler")]
public virtual bool PingBinder();
[<Android.Runtime.Register("pingBinder", "()Z", "GetPingBinderHandler")>]
abstract member PingBinder : unit -> bool
override this.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.
Implements
- Attributes
Remarks
Default implementation always returns true -- if you got here, the object is alive.
Java documentation for android.os.Binder.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.