-
Notifications
You must be signed in to change notification settings - Fork 2
Events
Type: pinpadcancel
Triggered when the cancel button is clicked.
Note: The ui
object is empty but included for consistency with other events.
Type: pinpadchange
Triggered when the value of the pinpad changes.
Note: The ui
object is empty but included for consistency with other events.
Type: pinpadclose
Triggered when the pinpad is closed.
Note: The ui
object is empty but included for consistency with other events.
Type: pinpadconfirm
Triggered when the confirm button is clicked.
Note: The ui
object is empty but included for consistency with other events.
Type: pinpadcreate
Triggered when the pinpad is created.
Type: pinpadkeypress
Triggered when the pinpad is about to insert the value of a key.
Type: pinpadopen
Triggered when the pinpad is opened.
Note: The ui
object is empty but included for consistency with other events.