INGetVisualCodeIntentResponseCode.inProgress
You’re in the process of generating the code but aren’t yet finished.
Declaration
case inProgressDiscussion
Use this code during the handling phase to indicate that you received the request for a code but don’t yet have the image to display for that code. You might use this code when getting the image requires communicating with your server and you haven’t yet received a confirmation from that server.
When handling an intent, you might want to first configure a timer to fire if your server doesn’t return within a few seconds. Use your timer’s handler block to provide the in-progress response back to Siri.
See Also
Constants
INGetVisualCodeIntentResponseCode.unspecifiedINGetVisualCodeIntentResponseCode.readyINGetVisualCodeIntentResponseCode.continueInAppINGetVisualCodeIntentResponseCode.successINGetVisualCodeIntentResponseCode.failureINGetVisualCodeIntentResponseCode.failureRequiringAppLaunchINGetVisualCodeIntentResponseCode.failureAppConfigurationRequired