ExerciseSegment.Builder.ClearSetIndex 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.
Clears the set index for this exercise segment.
[Android.Runtime.Register("clearSetIndex", "()Landroid/health/connect/datatypes/ExerciseSegment$Builder;", "", ApiSince=36)]
public Android.Health.Connect.DataTypes.ExerciseSegment.Builder ClearSetIndex();
[<Android.Runtime.Register("clearSetIndex", "()Landroid/health/connect/datatypes/ExerciseSegment$Builder;", "", ApiSince=36)>]
member this.ClearSetIndex : unit -> Android.Health.Connect.DataTypes.ExerciseSegment.Builder
Returns
- Attributes
Remarks
Clears the set index for this exercise segment. Returns builder instance with set index unset.
Android reference for android.health.connect.datatypes.ExerciseSegment.Builder.clearSetIndex.
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.