Initialization
The method for initializing the Wepin PIN Pad Library is as follows.
init
Initialize the Wepin PIN Pad Library. During initialization, set the language to be displayed on the PIN pad screen.
Parameters
language
: <String> optional The default language setting for the PIN pad screen is'en'
. Currently supported languages are'ko'
,'en'
, and'ja'
.
Return value
Future
<void>
Example
isInitialized
You can use the isInitialized
method to check if the WepinPin
instance has been successfully initialized.
Parameters
<void>
Return Value
<bool>
Example
changeLanguage
Changes the language displayed on the PIN pad screen. Currently, only 'ko'
, 'en'
, and 'ja'
are supported.
Parameters
language
<String>
Return value
<void>
Example
Last updated