InstallConfirmationResult
Options that indicate whether the installation of an app proceeds when a person interacts with an app installation button.
Declaration
enum InstallConfirmationResultOverview
The InstallConfiguration initializer init(install:confirmInstall:) takes a closure as a parameter that returns a case of this enumeration.
Your marketplace app supplies code in the closure that facilitates any prerequisites a person needs to satisfy to download the app, such as completing a payment flow. The result of the prerequisites flow helps you determine the case to return, (InstallConfirmationResult.cancel or InstallConfirmationResult.confirmed(installVerificationToken:authenticationContext:).