Uses of Class
org.robovm.apple.intents.INWorkoutGoalUnitType
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INWorkoutGoalUnitType in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INWorkoutGoalUnitType Modifier and Type Method Description INWorkoutGoalUnitTypeINStartWorkoutIntent. getWorkoutGoalUnitType()static INWorkoutGoalUnitTypeINWorkoutGoalUnitType. valueOf(long n)Returns the enum constant of this type with the specified name.static INWorkoutGoalUnitTypeINWorkoutGoalUnitType. valueOf(String name)Returns the enum constant of this type with the specified name.static INWorkoutGoalUnitType[]INWorkoutGoalUnitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intents with parameters of type INWorkoutGoalUnitType Modifier and Type Method Description static INWorkoutGoalUnitTypeResolutionResultINWorkoutGoalUnitTypeResolutionResult. confirmationRequired(INWorkoutGoalUnitType workoutGoalUnitTypeToConfirm)static INWorkoutGoalUnitTypeResolutionResultINWorkoutGoalUnitTypeResolutionResult. confirmationRequiredForValue(INWorkoutGoalUnitType valueToConfirm)Deprecated.Deprecated in iOS 11.0.protected longINStartWorkoutIntent. init(INSpeakableString workoutName, NSNumber goalValue, INWorkoutGoalUnitType workoutGoalUnitType, INWorkoutLocationType workoutLocationType, NSNumber isOpenEnded)static INWorkoutGoalUnitTypeResolutionResultINWorkoutGoalUnitTypeResolutionResult. success(INWorkoutGoalUnitType resolvedWorkoutGoalUnitType)static INWorkoutGoalUnitTypeResolutionResultINWorkoutGoalUnitTypeResolutionResult. successValue(INWorkoutGoalUnitType resolvedValue)Deprecated.Deprecated in iOS 11.0.Constructors in org.robovm.apple.intents with parameters of type INWorkoutGoalUnitType Constructor Description INStartWorkoutIntent(INSpeakableString workoutName, NSNumber goalValue, INWorkoutGoalUnitType workoutGoalUnitType, INWorkoutLocationType workoutLocationType, NSNumber isOpenEnded)