Uses of Class
org.robovm.apple.intents.INWorkoutLocationType
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INWorkoutLocationType in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INWorkoutLocationType Modifier and Type Method Description INWorkoutLocationTypeINStartWorkoutIntent. getWorkoutLocationType()static INWorkoutLocationTypeINWorkoutLocationType. valueOf(long n)Returns the enum constant of this type with the specified name.static INWorkoutLocationTypeINWorkoutLocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static INWorkoutLocationType[]INWorkoutLocationType. 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 INWorkoutLocationType Modifier and Type Method Description static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. confirmationRequired(INWorkoutLocationType workoutLocationTypeToConfirm)static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. confirmationRequiredForValue(INWorkoutLocationType valueToConfirm)Deprecated.Deprecated in iOS 11.0.protected longINStartWorkoutIntent. init(INSpeakableString workoutName, NSNumber goalValue, INWorkoutGoalUnitType workoutGoalUnitType, INWorkoutLocationType workoutLocationType, NSNumber isOpenEnded)static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. success(INWorkoutLocationType resolvedWorkoutLocationType)static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. successValue(INWorkoutLocationType resolvedValue)Deprecated.Deprecated in iOS 11.0.Constructors in org.robovm.apple.intents with parameters of type INWorkoutLocationType Constructor Description INStartWorkoutIntent(INSpeakableString workoutName, NSNumber goalValue, INWorkoutGoalUnitType workoutGoalUnitType, INWorkoutLocationType workoutLocationType, NSNumber isOpenEnded)