> ## 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

`PrimerHeadlessUniversalCheckoutKlarnaManager` is an SDK manager designed to streamline the headless integration with Klarna.

## **Features**

* **Provide Klarna component**: Provides an instance of [KlarnaComponent](/sdk/android/v2.x.x/primer-headless-checkout/klarna-headless-manager/provideKlarnaComponent).

```kotlin KOTLIN theme={"dark"}
fun init(): PrimerHeadlessUniversalCheckoutKlarnaManager
```

## Parameters

<Expandable title="Parameters" defaultOpen>
  <ResponseField name="viewModelStoreOwner" type="ViewModelStoreOwner" required>
    The [ViewModelStoreOwner](https://developer.android.com/reference/androidx/lifecycle/ViewModelStoreOwner)
    to associate with the component.
  </ResponseField>
</Expandable>
