|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.. |
Method Detail |
---|
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
- -1 failed or timed out;
0 enter PIN to complete;
1 cancel input the PIN;keylen
- PIN length has been entered.key
- output data, the Pin Block data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |