Uses of Class
org.robovm.apple.healthkit.HKWorkoutEventType
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKWorkoutEventType in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return HKWorkoutEventType Modifier and Type Method Description HKWorkoutEventTypeHKWorkoutEvent. getType()static HKWorkoutEventTypeHKWorkoutEventType. valueOf(long n)Returns the enum constant of this type with the specified name.static HKWorkoutEventTypeHKWorkoutEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static HKWorkoutEventType[]HKWorkoutEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.healthkit with parameters of type HKWorkoutEventType Modifier and Type Method Description static HKWorkoutEventHKWorkoutEvent. create(HKWorkoutEventType type, NSDate date)Deprecated.Deprecated in iOS 11.0.static HKWorkoutEventHKWorkoutEvent. create(HKWorkoutEventType type, NSDateInterval dateInterval, NSDictionary<NSString,?> metadata)static HKWorkoutEventHKWorkoutEvent. create(HKWorkoutEventType type, NSDate date, HKMetadata metadata)Deprecated.Deprecated in iOS 11.0.