Contents

confirmationRequired(with:)

Creates an object whose resolution requires that the user must confirm the value before proceeding.

Declaration

class func confirmationRequired(with dateSearchTypeToConfirm: INDateSearchType) -> Self

Parameters

  • dateSearchTypeToConfirm:

    The value that resolves the request but must be confirmed by the user.

Return Value

A new INDateSearchTypeResolutionResult object.

Discussion

Use this method when you can’t resolve the parameter to a date type that’s similar to, but not equal to, the one specified in the intent. Don’t use this method to resolve date types that your app doesn’t support.

See Also

Creating a Resolution Result Object