Documentation needed for onRequestSetPin
#45
|
What is the basic purpose of this callback? Do we need to enter the pin via Physical Pin Pad or render a plain text Pin Pad ourselved on the screen? Under what specific conditions is this method triggered? Will this trigger on specific devices, or cards? What exact action is our application expected to perform when this is called? |
Replies: 1 comment 4 replies
|
Thanks for your feedback, please check the below response.
|
I have checked with my team. To correct what I said earlier, please check the correct response below.
The
onRequestSetPin()callback is only used for CR100 devices, the CR100 doesn't have a keyboard and requires a mobile app to function, it's a reader. When theonRequestSetPin()callback is received, the keyboard needs to be drawn on the mobile app and the user is requested to enter their PIN. so you see a software UI dialog rendered to capture the PIN from the demo sample code.For the D70 with a physical PIN pad, when PIN input is requested, the SDK will call back
onRequestDisplay()with the following enumerations, prompting the user to enter their PIN on the physical keyboard.