Contents

INPauseWorkoutIntentResponseCode.continueInApp

A response code that indicates your app extension is ready to transfer control to the app to start the workout.

Declaration

case continueInApp

Discussion

Upon returning this code, SiriKit launches your app and passes it the NSUserActivity object you provided at initialization time. (If you didn’t 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 pause the workout.

See Also

Response State