SDKPluginInstaller

class SDKPluginInstaller(modules: List<Module>, pluginModuleInstaller: PluginModuleInstaller)

Plugin Installer. A set of these are required in the PaymentSdk.init() method. Installers enable different plugins to be used within the SDK

Constructors

Link copied to clipboard
constructor(pluginModuleInstaller: PluginModuleInstaller)
constructor(modules: List<Module>, pluginModuleInstaller: PluginModuleInstaller)