-
- All Implemented Interfaces:
public class EmvCardParser
A class provides functionality to parse the Tag obtained from credit/debit card via NFC.
-
-
Constructor Summary
Constructors Constructor Description EmvCardParser(Context context)
-
Method Summary
Modifier and Type Method Description CardDetails
parse(@NonNull() Tag tag)
Parses the Tag and return CardDetails if at least PAN is found, otherwise returns null
.-
-
Constructor Detail
-
EmvCardParser
EmvCardParser(Context context)
-
-
Method Detail
-
parse
@Nullable() CardDetails parse(@NonNull() Tag tag)
Parses the Tag and return CardDetails if at least PAN is found, otherwise returns
null
.- Parameters:
tag
- The Tag obtained from credit/debit card.
-
-
-
-