HealthStats.GetStats(Int32) Method

Definition

Get the HealthStats map for the given key.

[Android.Runtime.Register("getStats", "(I)Ljava/util/Map;", "GetGetStats_IHandler", ApiSince=24)]
public virtual System.Collections.Generic.IDictionary<string,Android.OS.Health.HealthStats>? GetStats (int key);
[<Android.Runtime.Register("getStats", "(I)Ljava/util/Map;", "GetGetStats_IHandler", ApiSince=24)>]
abstract member GetStats : int -> System.Collections.Generic.IDictionary<string, Android.OS.Health.HealthStats>
override this.GetStats : int -> System.Collections.Generic.IDictionary<string, Android.OS.Health.HealthStats>

Parameters

key
Int32

Returns

IDictionary<String,HealthStats>
Attributes

Remarks

Java documentation for android.os.health.HealthStats.getStats(int).

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