HealthStats.GetMeasurementKeyAt(Int32) Method

Definition

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.

Applies to