Your app’s response to a resume workout intent.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
class INResumeWorkoutIntentResponse : INIntent Response
Overview
Use an INResume
object to specify whether your app is able to resume a workout. The response object contains only the status code that indicates whether to launch your app or whether there was a problem.
You create an INResume
object in the handle(intent:
and confirm(intent:
methods of your resume workout handler object. For more information about implementing your handler object, see INResume
.