Package org.eclipse.keyple.core.common
Interface KeypleCardExtension
-
public interface KeypleCardExtension
Generic type for a Keyple card extension.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCardApiVersion()
Gets the Card API version used at compile timejava.lang.String
getCommonApiVersion()
Gets the Common API version used at compile timejava.lang.String
getReaderApiVersion()
Gets the Reader API version used at compile time
-
-
-
Method Detail
-
getReaderApiVersion
java.lang.String getReaderApiVersion()
Gets the Reader API version used at compile time- Returns:
- A not empty String.
- Since:
- 2.0.0
-
getCardApiVersion
java.lang.String getCardApiVersion()
Gets the Card API version used at compile time- Returns:
- A not empty String.
- Since:
- 2.0.0
-
getCommonApiVersion
java.lang.String getCommonApiVersion()
Gets the Common API version used at compile time- Returns:
- A not empty String.
- Since:
- 2.0.0
-
-