HealthStats.HasMeasurement(Int32) Method

Definition

Return whether this object contains a measurement for the supplied key.

[Android.Runtime.Register("hasMeasurement", "(I)Z", "GetHasMeasurement_IHandler", ApiSince=24)]
public virtual bool HasMeasurement (int key);
[<Android.Runtime.Register("hasMeasurement", "(I)Z", "GetHasMeasurement_IHandler", ApiSince=24)>]
abstract member HasMeasurement : int -> bool
override this.HasMeasurement : int -> bool

Parameters

key
Int32

Returns

Attributes

Remarks

Return whether this object contains a measurement for the supplied key.

Java documentation for android.os.health.HealthStats.hasMeasurement(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