HealthStats.TimerKeyCount Property

Definition

Get the number of timer values in this object.

public virtual int TimerKeyCount { [Android.Runtime.Register("getTimerKeyCount", "()I", "GetGetTimerKeyCountHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getTimerKeyCount", "()I", "GetGetTimerKeyCountHandler", ApiSince=24)>]
member this.TimerKeyCount : int

Property Value

Attributes

Remarks

Get the number of timer values in this object. Can be used to iterate through the available timers.

Java documentation for android.os.health.HealthStats.getTimerKeyCount().

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