> ## Documentation Index
> Fetch the complete documentation index at: https://primer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# init

`PrimerHeadlessUniversalCheckout.ComponentWithRedirectManager: NSObject` is an SDK manager designed to streamline the headless integrations of various payment methods that are comprised of an initial component and a redirect flow.

## **Features**

* **Provide component**: Provides a headless main component of type [PrimerHeadlessMainComponent](/sdk/ios/v2.x.x/primer-headless-checkout/component-with-redirect-manager/PrimerHeadlessMainComponent) using PrimerCollectableData and PrimerHeadlessStep.
* **For the case of iDeal via Adyen (ADYEN\_IDEAL) payment method**: the manager will return a BanksComponent using BanksCollectableData and BanksStep.

```swift SWIFT theme={"dark"}
public init()
```
