HKWorkoutBuilder.GetSeriesBuilder(HKSeriesType) 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.
Returns a builder for the series type.
[Foundation.Export("seriesBuilderForType:")]
public virtual HealthKit.HKSeriesBuilder GetSeriesBuilder (HealthKit.HKSeriesType seriesType);
abstract member GetSeriesBuilder : HealthKit.HKSeriesType -> HealthKit.HKSeriesBuilder
override this.GetSeriesBuilder : HealthKit.HKSeriesType -> HealthKit.HKSeriesBuilder
Parameters
- seriesType
- HKSeriesType
The series type for which to get a builder.
Returns
A builder for the series type.
- Attributes