Instrumentation.ActivityMonitor.Hits Property

Definition

Retrieve the number of times the monitor has been hit so far.

public int Hits { [Android.Runtime.Register("getHits", "()I", "")] get; }
[<get: Android.Runtime.Register("getHits", "()I", "")>]
member this.Hits : int

Property Value

Attributes

Remarks

Retrieve the number of times the monitor has been hit so far.

Java documentation for android.app.Instrumentation.ActivityMonitor.getHits().

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