Creates an object whose resolution requires that the user must confirm the value before proceeding.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- watchOS 6.0+
Framework
- Intents
Declaration
class func confirmationRequired(with timeIntervalToConfirm: Time Interval) -> Self
Parameters
timeIntervalToConfirm
The object that resolves the request but must be confirmed by the user.
Return Value
A new INTime
object.
Discussion
Use this method when you can resolve the parameter to the specified object but you want the user to confirm that value.