public static interface NFCCommReaderFragment.NFCCommReaderFragmentListener
| Modifier and Type | Method and Description |
|---|---|
void |
doNotify(NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify notify,
java.lang.String msg)
Notification callback about the reading process.
|
de.tsenger.androsmex.data.CANSpecDO |
getCanToStore(java.security.KeyStore keyStore,
java.lang.String can)
Ask for the information of the CAN to store.
|
void doNotify(NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify notify, java.lang.String msg)
notify - type of event notification.msg - additional information of the event (may be null).de.tsenger.androsmex.data.CANSpecDO getCanToStore(java.security.KeyStore keyStore,
java.lang.String can)
throws java.security.KeyStoreException
keyStore - to recover information about the keys and certificates availables in the device.can - the CAN tag.java.security.KeyStoreException