Contents

BatchInstallConfirmationResult

Options that indicate whether the installation of multiple apps proceeds when a person interacts with an app installation button.

Declaration

enum BatchInstallConfirmationResult

Overview

The BatchInstallConfiguration initializer init(installs: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 apps, such as completing a payment flow. The result of the prerequisites flow helps you determine the case to return, (BatchInstallConfirmationResult.cancel or BatchInstallConfirmationResult.confirmed(installVerificationTokens:authenticationContext:).

Topics

Enumeration Cases

See Also

App distribution UI