Creates an object whose resolution requires confirmation from the user before proceeding.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
- watchOS 4.0+
Framework
- Intents
Declaration
class func confirmationRequired(with spatialEventTriggerToConfirm: INSpatial Event Trigger?) -> Self
Parameters
spatialEventTriggerToConfirm
The object that resolves the request but must be confirmed by the user.
Return Value
A new INSpatial
object.
Discussion
Use this method when you have to make assumptions about the location details specified by the user. Provide an INSpatial
object with the trigger details as you intend to apply them.