WarmUpConfig

class WarmUpConfig


Defines configuration for an exercise tracked using Health Services.

Summary

Public constructors

WarmUpConfig(
    exerciseType: ExerciseType,
    dataTypes: Set<DeltaDataType<*, *>>
)

Creates a new WarmUpConfig for an exercise tracked using Health Services

Public functions

open String

Public properties

Set<DeltaDataType<*, *>>

DeltaDataTypes which should be tracked during this exercise

ExerciseType

The active ExerciseType user is performing for this exercise

Public constructors

WarmUpConfig

WarmUpConfig(
    exerciseType: ExerciseType,
    dataTypes: Set<DeltaDataType<*, *>>
)

Creates a new WarmUpConfig for an exercise tracked using Health Services

Public functions

toString

open fun toString(): String

Public properties

dataTypes

Added in 1.0.0
val dataTypesSet<DeltaDataType<*, *>>

DeltaDataTypes which should be tracked during this exercise

exerciseType

Added in 1.0.0
val exerciseTypeExerciseType

The active ExerciseType user is performing for this exercise