Enumeration FlowInteractionMode

Available flow interaction modes. Describes how (redirect/popup) the flow is launched on different devices (mobile/desktop/native).

Note that this has no impact when using klarna in-app sdk or on app handover to the Klarna app.

Enumeration Members

Enumeration Members

DEVICE_BEST: "DEVICE_BEST"

Select was best for device - default and recommended.

Mobile - Always redirect Desktop - Pop-up if possible, fallback to redirect. Native webview - Always redirect

ON_PAGE: "ON_PAGE"

On-page only - never leaves the page. Popup if possible, fallback to fullscreen iframe.

POPUP: "POPUP"

Open popup without iframe fallback

REDIRECT: "REDIRECT"

Only use a redirect flow