Configuration

constructor(language: Language, currency: Currency, publishableKey: String?, isDebugMode: Boolean, sessionId: String?, redirectURL: String, appScheme: String, configurableTheme: KomojuAndroidSDK.ConfigurableTheme, inlinedProcessing: Boolean)

Parameters

language

The language setting for the payment UI.

currency

The currency to be used for the transaction.

publishableKey

The public API key for the Komoju integration.

isDebugMode

A flag to indicate whether the SDK is in debug mode.

sessionId

A unique session ID for the payment transaction.

redirectURL

The URL to redirect the user to after payment completion.

appScheme

The app scheme for deep linking.

configurableTheme

The custom theme for the UI elements of the payment flow.

inlinedProcessing

A flag to indicate if inlined processing is enabled.