Instrumentation.BinderCounts Property
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.
Returns a bundle with the counts for various binder counts for this process.
public virtual Android.OS.Bundle? BinderCounts { [Android.Runtime.Register("getBinderCounts", "()Landroid/os/Bundle;", "GetGetBinderCountsHandler")] get; }
[<get: Android.Runtime.Register("getBinderCounts", "()Landroid/os/Bundle;", "GetGetBinderCountsHandler")>]
member this.BinderCounts : Android.OS.Bundle
Property Value
- Attributes
Remarks
Returns a bundle with the counts for various binder counts for this process. Currently the only two that are reported are the number of send and the number of received transactions.
Java documentation for android.app.Instrumentation.getBinderCounts()
.
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.