Contents

confirmationRequired(with:)

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

Declaration

class func confirmationRequired(with restaurantGuestToConfirm: INRestaurantGuest?) -> Self

Parameters

  • restaurantGuestToConfirm:

    The guest identity for the user to confirm.

Return Value

A new INRestaurantGuestResolutionResult object.

Discussion

Use this method when you can resolve the guest to a single user of your app, but you want the user to confirm that value before proceeding. You might ask for confirmation when there is some doubt that the specified guest is who the user intended.

See Also

Creating a Resolution Result Object