getInstaller

fun getInstaller(moreFunKeyBoardTexts: SDKMoreFunKeyboardTexts, sdkFileWrapper: SDKFileWrapper, beepSoundInterval: Duration = 500.milliseconds, aidFilterPolicy: SDKMoreFunAidFilterPolicy = SDKMoreFunAidFilterPolicy { it }): SDKReaderInstaller

Return

and SDKReaderInstaller to be provided in the PaymentsSDK.init() When provided, the SDK will be able to scan and interact with MoreFun-SmartPos readers

Parameters

moreFunKeyBoardTexts

represents all customizable texts and layout configuration for the PIN Keyboard Dialog.

sdkFileWrapper

, represents all the TLVs configuration values

beepSoundInterval

the duration of each beep sound in milliseconds.Determines how long each audio feedback tone lasts.Default value is 500ms.

aidFilterPolicy

policy invoked during contactless application selection to narrow down the AID candidates the MoreFun kernel considers.