<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "marketplacekit",
  "identifier" : "/documentation/MarketplaceKit/BatchInstallConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MarketplaceKit",
      "UIKit"
    ],
    "preciseIdentifier" : "s:21_MarketplaceKit_UIKit25BatchInstallConfigurationV"
  },
  "title" : "BatchInstallConfiguration"
}
-->

# BatchInstallConfiguration

Information that describes multiple app installations or app updates.

```
struct BatchInstallConfiguration
```

## Overview

The [`ActionButton.Action.batchInstall(_:)`](/documentation/MarketplaceKit/ActionButton/Action-swift.enum/batchInstall(_:)) enumeration case takes an instance of this structure as a parameter.

## Topics

### Initializers

[`init(installs: [InstallMetadata], confirmInstall: () async -> BatchInstallConfirmationResult)`](/documentation/MarketplaceKit/BatchInstallConfiguration/init(installs:confirmInstall:))

### Instance Properties

[`let confirmInstall: () async -> BatchInstallConfirmationResult`](/documentation/MarketplaceKit/BatchInstallConfiguration/confirmInstall)

[`let installs: [InstallMetadata]`](/documentation/MarketplaceKit/BatchInstallConfiguration/installs)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)