SDKPluginInstaller

class SDKPluginInstaller(name: String, 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(name: String, pluginModuleInstaller: PluginModuleInstaller)
constructor(name: String, modules: List<Module>, pluginModuleInstaller: PluginModuleInstaller)

Functions

Link copied to clipboard
open override fun toString(): String