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