Uses of Class
org.robovm.apple.intents.INWorkoutLocationTypeResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INWorkoutLocationTypeResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INWorkoutLocationTypeResolutionResult Modifier and Type Method Description static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. confirmationRequired(INWorkoutLocationType workoutLocationTypeToConfirm)static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. confirmationRequiredForValue(INWorkoutLocationType valueToConfirm)Deprecated.Deprecated in iOS 11.0.static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. needsValue()static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. notRequired()static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. success(INWorkoutLocationType resolvedWorkoutLocationType)static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. successValue(INWorkoutLocationType resolvedValue)Deprecated.Deprecated in iOS 11.0.static INWorkoutLocationTypeResolutionResultINWorkoutLocationTypeResolutionResult. unsupported()Method parameters in org.robovm.apple.intents with type arguments of type INWorkoutLocationTypeResolutionResult Modifier and Type Method Description voidINStartWorkoutIntentHandling. resolveWorkoutLocationTypeForStartWorkout(INStartWorkoutIntent intent, VoidBlock1<INWorkoutLocationTypeResolutionResult> completion)voidINStartWorkoutIntentHandlingAdapter. resolveWorkoutLocationTypeForStartWorkout(INStartWorkoutIntent intent, VoidBlock1<INWorkoutLocationTypeResolutionResult> completion)