Updated on 2026-08-14
This commit is contained in:
parent
b1134eb19e
commit
198457327c
8 changed files with 31 additions and 3 deletions
|
|
@ -137,6 +137,12 @@ public class CardProtocol {
|
|||
}
|
||||
}
|
||||
|
||||
public static class TangemException_WrongAmount extends TangemException {
|
||||
public TangemException_WrongAmount(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
public byte[] GetUID() {
|
||||
if (mIsoDep == null || mIsoDep.getTag() == null) return null;
|
||||
return mIsoDep.getTag().getId();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue