|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransactionListenerWithParams
Receives extended notifications about Secure Element transactions that occur. A transaction is reported when the Reader cuts the field. Reported transaction AIDs include:
TransactionListener.
Use SecureElement.addTransactionListener to add your object to the list of listeners.
If the added object is an instance of TransactionListenerWithParams, only the
onTransactionDetected in this interface will be called.
| Method Summary | ||
|---|---|---|
|
void |
onTransactionDetected(byte[][] aids,
byte[][] parameters)
Invoked when an external reader completes a transaction with an application stored on a Secure Element. |
| Method Detail |
|---|
void onTransactionDetected(byte[][] aids,
byte[][] parameters)
aids - Array of Application IDs used in the last transaction between an external reader
and a secure element.parameters - This is reserved for future use. Currently there is one null byte array
for each AID in the aids byte array.
In the future, it will contain an array of parameters coded in BER-TLV (as defined
in TS 101 220 [9]) per item in the aids byte array.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal