HealthStats.GetMeasurements(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取给定键的度量映射。
[Android.Runtime.Register("getMeasurements", "(I)Ljava/util/Map;", "GetGetMeasurements_IHandler", ApiSince=24)]
public virtual System.Collections.Generic.IDictionary<string,Java.Lang.Long>? GetMeasurements (int key);
[<Android.Runtime.Register("getMeasurements", "(I)Ljava/util/Map;", "GetGetMeasurements_IHandler", ApiSince=24)>]
abstract member GetMeasurements : int -> System.Collections.Generic.IDictionary<string, Java.Lang.Long>
override this.GetMeasurements : int -> System.Collections.Generic.IDictionary<string, Java.Lang.Long>
参数
- key
- Int32
返回
- 属性
注解
获取给定键的度量映射。
适用于 . 的 android.os.health.HealthStats.getMeasurements(int)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。