INResumeWorkoutIntentResponseCode.continueInApp
A response code that indicates your app extension is ready to transfer control to the app to start the workout.
Declaration
case continueInAppDiscussion
Upon returning this code, SiriKit launches your app and passes it the NSUserActivity object you provided at initialization time. (If you did not provide a user activity object, SiriKit creates one for you). SiriKit adds an INInteraction object with the intent and your response to the user activity object before delivering it. Your app should use the information in the user activity object to resume the workout.
See Also
Response State
INResumeWorkoutIntentResponseCode.unspecifiedINResumeWorkoutIntentResponseCode.readyINResumeWorkoutIntentResponseCode.successINResumeWorkoutIntentResponseCode.handleInAppINResumeWorkoutIntentResponseCode.failureINResumeWorkoutIntentResponseCode.failureRequiringAppLaunchINResumeWorkoutIntentResponseCode.failureNoMatchingWorkout