Interface KeypleCardExtension


  • public interface KeypleCardExtension
    Generic type for a Keyple card extension.
    Since:
    2.0.0
    • 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