Package apple.healthkit
Class HKWorkout
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.objc.ObjCObject
-
- apple.NSObject
-
- apple.healthkit.HKObject
-
- apple.healthkit.HKSample
-
- apple.healthkit.HKWorkout
-
- All Implemented Interfaces:
NSCoding,NSSecureCoding,NSObject
public class HKWorkout extends HKSample
HKWorkout An HKObject subclass representing a workout or activity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class apple.NSObject
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHKWorkout(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean_supportsSecureCoding()This property must return YES on all classes that allow secure coding.static booleanaccessInstanceVariablesDirectly()static HKWorkoutalloc()static java.lang.ObjectallocWithZone(org.moe.natj.general.ptr.VoidPtr zone)static booleanautomaticallyNotifiesObserversForKey(java.lang.String key)static voidcancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)static voidcancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)static NSArray<java.lang.String>classFallbacksForKeyedArchiver()static org.moe.natj.objc.ClassclassForKeyedUnarchiver()static java.lang.StringdebugDescription_static()static java.lang.Stringdescription_static()doubleduration()[@property] duration The length of time that a workout was recording The duration is derived from the start and end dates of the workout and takes into account periods that the workout was paused.static longhash_static()HKWorkoutinit()HKWorkoutinitWithCoder(NSCoder coder)NS_DESIGNATED_INITIALIZERstatic NSObject.Function_instanceMethodForSelector_retinstanceMethodForSelector(org.moe.natj.objc.SEL aSelector)static NSMethodSignatureinstanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)static booleaninstancesRespondToSelector(org.moe.natj.objc.SEL aSelector)static booleanisSubclassOfClass(org.moe.natj.objc.Class aClass)static NSSet<java.lang.String>keyPathsForValuesAffectingValueForKey(java.lang.String key)static java.lang.Objectnew_objc()static booleanresolveClassMethod(org.moe.natj.objc.SEL sel)static booleanresolveInstanceMethod(org.moe.natj.objc.SEL sel)static voidsetVersion_static(long aVersion)static org.moe.natj.objc.Classsuperclass_static()static booleansupportsSecureCoding()HKQuantitytotalDistance()[@property] totalDistance The total distance that was traveled during a workout This metric should represent the total distance traveled during the course of the workout.HKQuantitytotalEnergyBurned()[@property] totalEnergyBurned The amount of energy that was burned during a workout This metric should represent the total active energy burned during the course of the workout.HKQuantitytotalFlightsClimbed()[@property] totalFlightsClimbed The total count of flights climbed during a workout This metric should represent the total count of flights accumulated during the course of the workout.HKQuantitytotalSwimmingStrokeCount()[@property] totalSwimmingStrokeCount The total count of swimming strokes that was accumulated during a workout This metric should represent the total count of swimming strokes accumulated during the course of the workout.static longversion_static()longworkoutActivityType()[@property] workoutActivityType Represents the activity that the user was performing during a workoutNSArray<? extends HKWorkoutEvent>workoutEvents()[@property] workoutEvents An array of HKWorkoutEvents that occurred during a workout.static HKWorkoutworkoutWithActivityTypeStartDateEndDate(long workoutActivityType, NSDate startDate, NSDate endDate)workoutWithActivityType:startDate:endDate:static HKWorkoutworkoutWithActivityTypeStartDateEndDateDurationTotalEnergyBurnedTotalDistanceDeviceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, double duration, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKDevice device, NSDictionary<java.lang.String,?> metadata)workoutWithActivityType:startDate:endDate:duration:totalEnergyBurned:totalDistance:device:metadata: If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.static HKWorkoutworkoutWithActivityTypeStartDateEndDateDurationTotalEnergyBurnedTotalDistanceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, double duration, HKQuantity totalEnergyBurned, HKQuantity totalDistance, NSDictionary<java.lang.String,?> metadata)workoutWithActivityType:startDate:endDate:duration:totalEnergyBurned:totalDistance:metadata: If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.static HKWorkoutworkoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceDeviceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, NSArray<? extends HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKDevice device, NSDictionary<java.lang.String,?> metadata)workoutWithActivityType:startDate:endDate:workoutEvents:totalEnergyBurned:totalDistance:metadata If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.static HKWorkoutworkoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, NSArray<? extends HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, NSDictionary<java.lang.String,?> metadata)workoutWithActivityType:startDate:endDate:workoutEvents:totalEnergyBurned:totalDistance:metadata If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.static HKWorkoutworkoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceTotalFlightsClimbedDeviceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, NSArray<? extends HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKQuantity totalFlightsClimbed, HKDevice device, NSDictionary<java.lang.String,?> metadata)workoutWithActivityType:startDate:endDate:workoutEvents:totalEnergyBurned:totalDistance:totalFlightsClimbed:device:metadata: If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.static HKWorkoutworkoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceTotalSwimmingStrokeCountDeviceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, NSArray<? extends HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKQuantity totalSwimmingStrokeCount, HKDevice device, NSDictionary<java.lang.String,?> metadata)workoutWithActivityType:startDate:endDate:workoutEvents:totalEnergyBurned:totalDistance:totalSwimmingStrokeCount:device:metadata: If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.-
Methods inherited from class apple.healthkit.HKSample
endDate, sampleType, startDate
-
Methods inherited from class apple.healthkit.HKObject
device, encodeWithCoder, metadata, source, sourceRevision, UUID
-
Methods inherited from class apple.NSObject
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKey
-
-
-
-
Method Detail
-
accessInstanceVariablesDirectly
public static boolean accessInstanceVariablesDirectly()
-
alloc
public static HKWorkout alloc()
-
allocWithZone
public static java.lang.Object allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
-
automaticallyNotifiesObserversForKey
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
-
cancelPreviousPerformRequestsWithTarget
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
-
cancelPreviousPerformRequestsWithTargetSelectorObject
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)
-
classFallbacksForKeyedArchiver
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
-
classForKeyedUnarchiver
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
-
debugDescription_static
public static java.lang.String debugDescription_static()
-
description_static
public static java.lang.String description_static()
-
hash_static
public static long hash_static()
-
instanceMethodForSelector
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
-
instanceMethodSignatureForSelector
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
-
instancesRespondToSelector
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
-
isSubclassOfClass
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
-
keyPathsForValuesAffectingValueForKey
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
-
new_objc
public static java.lang.Object new_objc()
-
resolveClassMethod
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
-
resolveInstanceMethod
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
-
setVersion_static
public static void setVersion_static(long aVersion)
-
superclass_static
public static org.moe.natj.objc.Class superclass_static()
-
supportsSecureCoding
public static boolean supportsSecureCoding()
-
version_static
public static long version_static()
-
workoutWithActivityTypeStartDateEndDate
public static HKWorkout workoutWithActivityTypeStartDateEndDate(long workoutActivityType, NSDate startDate, NSDate endDate)
workoutWithActivityType:startDate:endDate:- Parameters:
workoutActivityType- The activity type of the workoutstartDate- The point in time that the workout was startedendDate- The point in time that the workout was ended
-
workoutWithActivityTypeStartDateEndDateDurationTotalEnergyBurnedTotalDistanceDeviceMetadata
public static HKWorkout workoutWithActivityTypeStartDateEndDateDurationTotalEnergyBurnedTotalDistanceDeviceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, double duration, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKDevice device, NSDictionary<java.lang.String,?> metadata)
workoutWithActivityType:startDate:endDate:duration:totalEnergyBurned:totalDistance:device:metadata: If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.- Parameters:
workoutActivityType- The activity type of the workoutstartDate- The point in time that the workout was startedendDate- The point in time that the workout was endedduration- The duration of the workout. If 0, the difference between startDate and endDate is used.totalEnergyBurned- The amount of energy that was burned during the workout. (Optional)totalDistance- The total distance that was traveled during the workout. (Optional)device- The HKDevice associated with the workout. (Optional)metadata- Metadata for the workout. (Optional)
-
workoutWithActivityTypeStartDateEndDateDurationTotalEnergyBurnedTotalDistanceMetadata
public static HKWorkout workoutWithActivityTypeStartDateEndDateDurationTotalEnergyBurnedTotalDistanceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, double duration, HKQuantity totalEnergyBurned, HKQuantity totalDistance, NSDictionary<java.lang.String,?> metadata)
workoutWithActivityType:startDate:endDate:duration:totalEnergyBurned:totalDistance:metadata: If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.- Parameters:
workoutActivityType- The activity type of the workoutstartDate- The point in time that the workout was startedendDate- The point in time that the workout was endedduration- The duration of the workout. If 0, the difference between startDate and endDate is used.totalEnergyBurned- The amount of energy that was burned during the workout. (Optional)totalDistance- The total distance that was traveled during the workout. (Optional)metadata- Metadata for the workout. (Optional)
-
workoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceDeviceMetadata
public static HKWorkout workoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceDeviceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, NSArray<? extends HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKDevice device, NSDictionary<java.lang.String,?> metadata)
workoutWithActivityType:startDate:endDate:workoutEvents:totalEnergyBurned:totalDistance:metadata If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.- Parameters:
workoutActivityType- The activity type of the workoutstartDate- The point in time that the workout was startedendDate- The point in time that the workout was endedworkoutEvents- An array of HKWorkoutEvents. The workout's duration is derived from these events. (Optional)totalEnergyBurned- The amount of energy that was burned during the workout. (Optional)totalDistance- The total distance that was traveled during the workout. (Optional)device- The HKDevice associated with the workout. (Optional)metadata- Metadata for the workout. (Optional)
-
workoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceMetadata
public static HKWorkout workoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, NSArray<? extends HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, NSDictionary<java.lang.String,?> metadata)
workoutWithActivityType:startDate:endDate:workoutEvents:totalEnergyBurned:totalDistance:metadata If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.- Parameters:
workoutActivityType- The activity type of the workoutstartDate- The point in time that the workout was startedendDate- The point in time that the workout was endedworkoutEvents- An array of HKWorkoutEvents. The workout's duration is derived from these events. (Optional)totalEnergyBurned- The amount of energy that was burned during the workout. (Optional)totalDistance- The total distance that was traveled during the workout. (Optional)metadata- Metadata for the workout. (Optional)
-
workoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceTotalSwimmingStrokeCountDeviceMetadata
public static HKWorkout workoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceTotalSwimmingStrokeCountDeviceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, NSArray<? extends HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKQuantity totalSwimmingStrokeCount, HKDevice device, NSDictionary<java.lang.String,?> metadata)
workoutWithActivityType:startDate:endDate:workoutEvents:totalEnergyBurned:totalDistance:totalSwimmingStrokeCount:device:metadata: If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.- Parameters:
workoutActivityType- The activity type of the workoutstartDate- The point in time that the workout was startedendDate- The point in time that the workout was endedworkoutEvents- An array of HKWorkoutEvents. The workout's duration is derived from these events. (Optional)totalEnergyBurned- The amount of energy that was burned during the workout. (Optional)totalDistance- The total distance that was traveled during the workout. (Optional)totalSwimmingStrokeCount- The total count of swimming strokes that was accumulated during the workout. (Optional)device- The HKDevice associated with the workout. (Optional)metadata- Metadata for the workout. (Optional)
-
duration
public double duration()
[@property] duration The length of time that a workout was recording The duration is derived from the start and end dates of the workout and takes into account periods that the workout was paused. Periods that the workout was paused are based off of the workoutEvents property.
-
initWithCoder
public HKWorkout initWithCoder(NSCoder coder)
Description copied from interface:NSCodingNS_DESIGNATED_INITIALIZER- Specified by:
initWithCoderin interfaceNSCoding- Overrides:
initWithCoderin classHKSample
-
_supportsSecureCoding
public boolean _supportsSecureCoding()
Description copied from interface:NSSecureCodingThis property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.- Specified by:
_supportsSecureCodingin interfaceNSSecureCoding- Overrides:
_supportsSecureCodingin classHKSample
-
totalDistance
public HKQuantity totalDistance()
[@property] totalDistance The total distance that was traveled during a workout This metric should represent the total distance traveled during the course of the workout. It should be a quantity with a unit representing length.
-
totalEnergyBurned
public HKQuantity totalEnergyBurned()
[@property] totalEnergyBurned The amount of energy that was burned during a workout This metric should represent the total active energy burned during the course of the workout. It should be a quantity with a unit representing energy.
-
totalSwimmingStrokeCount
public HKQuantity totalSwimmingStrokeCount()
[@property] totalSwimmingStrokeCount The total count of swimming strokes that was accumulated during a workout This metric should represent the total count of swimming strokes accumulated during the course of the workout. It should be a quantity with a unit representing count.
-
workoutActivityType
public long workoutActivityType()
[@property] workoutActivityType Represents the activity that the user was performing during a workout
-
workoutEvents
public NSArray<? extends HKWorkoutEvent> workoutEvents()
[@property] workoutEvents An array of HKWorkoutEvents that occurred during a workout. These events will be ordered by date in ascending order. All events must take place between the start date and end date of the workout. The first workout event should never be a resume event because it is assumed that the workout begins in a running state.
-
totalFlightsClimbed
public HKQuantity totalFlightsClimbed()
[@property] totalFlightsClimbed The total count of flights climbed during a workout This metric should represent the total count of flights accumulated during the course of the workout. It should be a quantity with a unit representing count.
-
workoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceTotalFlightsClimbedDeviceMetadata
public static HKWorkout workoutWithActivityTypeStartDateEndDateWorkoutEventsTotalEnergyBurnedTotalDistanceTotalFlightsClimbedDeviceMetadata(long workoutActivityType, NSDate startDate, NSDate endDate, NSArray<? extends HKWorkoutEvent> workoutEvents, HKQuantity totalEnergyBurned, HKQuantity totalDistance, HKQuantity totalFlightsClimbed, HKDevice device, NSDictionary<java.lang.String,?> metadata)
workoutWithActivityType:startDate:endDate:workoutEvents:totalEnergyBurned:totalDistance:totalFlightsClimbed:device:metadata: If the optional total parameters are specified, matching samples that add up to the calculated total quantities should be associated with this workout using addSamples:toWorkout:completion: in HKHealthStore.- Parameters:
workoutActivityType- The activity type of the workoutstartDate- The point in time that the workout was startedendDate- The point in time that the workout was endedworkoutEvents- An array of HKWorkoutEvents. The workout's duration is derived from these events. (Optional)totalEnergyBurned- The amount of energy that was burned during the workout. (Optional)totalDistance- The total distance that was traveled during the workout. (Optional)totalFlightsClimbed- The total count of flights climbed that was accumulated during the workout. (Optional)device- The HKDevice associated with the workout. (Optional)metadata- Metadata for the workout. (Optional)
-
-