HealthStats.StatsKeyCount Property

Definition

Get the number of HealthStat map values in this object.

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

Property Value

Attributes

Remarks

Get the number of HealthStat map values in this object. Can be used to iterate through the available measurements.

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

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