Sprache

ExerciseLap.Builder.SetLength(Length) Method

Definition

Sets the length of this lap

[Android.Runtime.Register("setLength", "(Landroid/health/connect/datatypes/units/Length;)Landroid/health/connect/datatypes/ExerciseLap$Builder;", "", ApiSince=34)]
public Android.Health.Connect.DataTypes.ExerciseLap.Builder SetLength(Android.Health.Connect.DataTypes.Units.Length length);
[<Android.Runtime.Register("setLength", "(Landroid/health/connect/datatypes/units/Length;)Landroid/health/connect/datatypes/ExerciseLap$Builder;", "", ApiSince=34)>]
member this.SetLength : Android.Health.Connect.DataTypes.Units.Length -> Android.Health.Connect.DataTypes.ExerciseLap.Builder

Parameters

length
Length

Length of the lap, in Length unit. Optional field. Valid range: 0-1000000 meters. This value cannot be null.

Returns

Attributes

Remarks

Sets the length of this lap

Android reference for android.health.connect.datatypes.ExerciseLap.Builder.setLength.

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