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

# configure

This method enables you to configure a Native UI manager instance.

```typescript TYPESCRIPT theme={"dark"}
async configure(paymentMethodType: string): Promise<void>
```

## Parameters

<Expandable title="Parameters" defaultOpen>
  <ResponseField name="paymentMethodType" type="string" required>
    A unique string identifier for the payment method.
  </ResponseField>
</Expandable>
