Your app’s response to a request for a visual code.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
- watchOS 4.0+
Framework
- Intents
Declaration
@interface INGetVisualCodeIntentResponse : INIntent Response
Overview
Use an INGet
object to provide the visual code to display. When handling the intent, provide an image with the requested visual code. Siri communicates the details back to the user at appropriate times.
You create an INGet
object in the confirm
and handle
methods of your handler object. For more information about implementing your handler object, see INGet
.