isDiscoverable
A Boolean value that indicates whether system features can discover this app intent.
Declaration
static var isDiscoverable: Bool { get }Mentioned in
Discussion
When the value of this property is true, system features like Siri, Spotlight, and the Shortcuts app can discover and use the app intent. When the value of the property is false, you can run the intent from your app’s interface or from a widget, but system features can’t access it. The default value of this property is true.