Package org.robovm.apple.healthkit
Class HKWorkoutSortIdentifier
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.foundation.NSSortIdentifier
org.robovm.apple.healthkit.HKWorkoutSortIdentifier
public class HKWorkoutSortIdentifier extends NSSortIdentifier
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHKWorkoutSortIdentifier.AsListMarshalerstatic classHKWorkoutSortIdentifier.Marshalerstatic classHKWorkoutSortIdentifier.Values -
Field Summary
Fields Modifier and Type Field Description static HKWorkoutSortIdentifierDurationstatic HKWorkoutSortIdentifierTotalDistancestatic HKWorkoutSortIdentifierTotalEnergyBurnedstatic HKWorkoutSortIdentifierTotalFlightsClimbedstatic HKWorkoutSortIdentifierTotalSwimmingStrokeCount -
Method Summary
Modifier and Type Method Description static HKWorkoutSortIdentifiervalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Duration
-
TotalDistance
-
TotalEnergyBurned
-
TotalSwimmingStrokeCount
- Since:
- Available in iOS 10.0 and later.
-
TotalFlightsClimbed
- Since:
- Available in iOS 11.0 and later.
-
-
Method Details
-
valueOf
-