Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by fangzhengwei May 11, 2026

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 the onRequestSetPin() 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.

  • Display…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@prabhatsdp
Comment options

@fangzhengwei
Comment options

Answer verified by Admin May 11, 2026
@prabhatsdp
Comment options

@fangzhengwei
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants