HealthStats.GetTimers(Int32) Method
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.
Get the TimerStat map for the given key.
[Android.Runtime.Register("getTimers", "(I)Ljava/util/Map;", "GetGetTimers_IHandler", ApiSince=24)]
public virtual System.Collections.Generic.IDictionary<string,Android.OS.Health.TimerStat>? GetTimers (int key);
[<Android.Runtime.Register("getTimers", "(I)Ljava/util/Map;", "GetGetTimers_IHandler", ApiSince=24)>]
abstract member GetTimers : int -> System.Collections.Generic.IDictionary<string, Android.OS.Health.TimerStat>
override this.GetTimers : int -> System.Collections.Generic.IDictionary<string, Android.OS.Health.TimerStat>
Parameters
- key
- Int32
Returns
- Attributes
Remarks
Get the TimerStat map for the given key.
Java documentation for android.os.health.HealthStats.getTimers(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.