Customize PIN keyboard
To configure the texts displayed on the MoreFun reader's PIN screen, it's necessary to input the texts within the SDKMoreFunKeyboardTexts object.
This configuration is sent in the installer of the reader:
SDKMoreFunReader.getInstaller(
moreFunKeyBoardTexts = SDKMoreFunKeyboardTexts(
title = "Enter PIN",
okText = "Ok",
cancelText = "Cancel",
deleteText = "Delete",
pinOfflineLastTryMessage = "Last try"
)
)
The texts that will appear on the screen must be sent to this class. This is done through the SDKMoreFunKeyboardTexts
class, it has: title, okText, cancelText, deleteText and pinOfflineLastTryMessage.
There are no more texts that can be customized.