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.
publishable Key
The public API key for the Komoju integration.
is Debug Mode
A flag to indicate whether the SDK is in debug mode.
session Id
A unique session ID for the payment transaction.
redirect URL
The URL to redirect the user to after payment completion.
app Scheme
The app scheme for deep linking.
configurable Theme
The custom theme for the UI elements of the payment flow.
inlined Processing
A flag to indicate if inlined processing is enabled.