Package apple.intents.protocol
Interface INWorkoutsDomainHandling
-
- All Superinterfaces:
INCancelWorkoutIntentHandling,INEndWorkoutIntentHandling,INPauseWorkoutIntentHandling,INResumeWorkoutIntentHandling,INStartWorkoutIntentHandling
public interface INWorkoutsDomainHandling extends INStartWorkoutIntentHandling, INPauseWorkoutIntentHandling, INEndWorkoutIntentHandling, INCancelWorkoutIntentHandling, INResumeWorkoutIntentHandling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INCancelWorkoutIntentHandling
INCancelWorkoutIntentHandling.Block_confirmCancelWorkoutCompletion, INCancelWorkoutIntentHandling.Block_handleCancelWorkoutCompletion, INCancelWorkoutIntentHandling.Block_resolveWorkoutNameForCancelWorkoutWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INEndWorkoutIntentHandling
INEndWorkoutIntentHandling.Block_confirmEndWorkoutCompletion, INEndWorkoutIntentHandling.Block_handleEndWorkoutCompletion, INEndWorkoutIntentHandling.Block_resolveWorkoutNameForEndWorkoutWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INPauseWorkoutIntentHandling
INPauseWorkoutIntentHandling.Block_confirmPauseWorkoutCompletion, INPauseWorkoutIntentHandling.Block_handlePauseWorkoutCompletion, INPauseWorkoutIntentHandling.Block_resolveWorkoutNameForPauseWorkoutWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INResumeWorkoutIntentHandling
INResumeWorkoutIntentHandling.Block_confirmResumeWorkoutCompletion, INResumeWorkoutIntentHandling.Block_handleResumeWorkoutCompletion, INResumeWorkoutIntentHandling.Block_resolveWorkoutNameForResumeWorkoutWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INStartWorkoutIntentHandling
INStartWorkoutIntentHandling.Block_confirmStartWorkoutCompletion, INStartWorkoutIntentHandling.Block_handleStartWorkoutCompletion, INStartWorkoutIntentHandling.Block_resolveGoalValueForStartWorkoutWithCompletion, INStartWorkoutIntentHandling.Block_resolveIsOpenEndedForStartWorkoutWithCompletion, INStartWorkoutIntentHandling.Block_resolveWorkoutGoalUnitTypeForStartWorkoutWithCompletion, INStartWorkoutIntentHandling.Block_resolveWorkoutLocationTypeForStartWorkoutWithCompletion, INStartWorkoutIntentHandling.Block_resolveWorkoutNameForStartWorkoutWithCompletion
-
-
Method Summary
-
Methods inherited from interface apple.intents.protocol.INCancelWorkoutIntentHandling
confirmCancelWorkoutCompletion, handleCancelWorkoutCompletion, resolveWorkoutNameForCancelWorkoutWithCompletion
-
Methods inherited from interface apple.intents.protocol.INEndWorkoutIntentHandling
confirmEndWorkoutCompletion, handleEndWorkoutCompletion, resolveWorkoutNameForEndWorkoutWithCompletion
-
Methods inherited from interface apple.intents.protocol.INPauseWorkoutIntentHandling
confirmPauseWorkoutCompletion, handlePauseWorkoutCompletion, resolveWorkoutNameForPauseWorkoutWithCompletion
-
Methods inherited from interface apple.intents.protocol.INResumeWorkoutIntentHandling
confirmResumeWorkoutCompletion, handleResumeWorkoutCompletion, resolveWorkoutNameForResumeWorkoutWithCompletion
-
Methods inherited from interface apple.intents.protocol.INStartWorkoutIntentHandling
confirmStartWorkoutCompletion, handleStartWorkoutCompletion, resolveGoalValueForStartWorkoutWithCompletion, resolveIsOpenEndedForStartWorkoutWithCompletion, resolveWorkoutGoalUnitTypeForStartWorkoutWithCompletion, resolveWorkoutLocationTypeForStartWorkoutWithCompletion, resolveWorkoutNameForStartWorkoutWithCompletion
-
-