build

fun build(context: Context, endpoint: String, readerInstallers: Set<SDKReaderInstaller>, pluginInstallers: Set<SDKPluginInstaller>, mustConfirmOnline: Boolean = true): SDKPaymentsConfiguration

Parameters

context

can be an ApplicationContext

endpoint

is the API endpoint url to be used. It must have a full http description, Eg: https://sdk-api.com/api

readerInstallers

set of installers for readers to be usable in the SDK

mustConfirmOnline

does the online confirmation (set to true by default).