public static interface SEManager.PedInputListener
Method Summary | |
---|---|
void |
onChanged(int result,
int keyLen,
byte[] key)
To begin a PIN input session, call getPinBlock . Your registered
PedInputListener will be called when a successful
PIN input occurs or if the configured timeout expires, etc.. |
void onChanged(int result, int keyLen, byte[] key)
getPinBlock
. Your registered
PedInputListener will be called when a successful
PIN input occurs or if the configured timeout expires, etc.
result
- Value:
keyLen
- PIN length has been entered.
key
- Output data, the Pin Block data.