HealthStats.GetMeasurementKeyAt(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 key for the measurement at the given index.
[Android.Runtime.Register("getMeasurementKeyAt", "(I)I", "GetGetMeasurementKeyAt_IHandler", ApiSince=24)]
public virtual int GetMeasurementKeyAt (int index);
[<Android.Runtime.Register("getMeasurementKeyAt", "(I)I", "GetGetMeasurementKeyAt_IHandler", ApiSince=24)>]
abstract member GetMeasurementKeyAt : int -> int
override this.GetMeasurementKeyAt : int -> int
Parameters
- index
- Int32
Returns
- Attributes
Remarks
Get the key for the measurement at the given index. Index must be between 0 and the result of #getMeasurementKeyCount getMeasurementKeyCount()
.
Java documentation for android.os.health.HealthStats.getMeasurementKeyAt(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.