Interface WaitForCardInsertionAutonomousSpi
-
@Deprecated public interface WaitForCardInsertionAutonomousSpiDeprecated.ImplementCardInsertionWaiterAsynchronousSpiinstead (will be removed in a future version of this API).Reader that have a fully integrated management of card communications for card insertion detection.A typical example of readers conforming to this mode of operation are Android-based NFC readers.
- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidconnect(WaitForCardInsertionAutonomousReaderApi waitForCardInsertionAutonomousReaderApi)Deprecated.
-
-
-
Method Detail
-
connect
@Deprecated void connect(WaitForCardInsertionAutonomousReaderApi waitForCardInsertionAutonomousReaderApi)
Deprecated.Connects the associated Keyple CoreWaitForCardInsertionAutonomousReaderApiAPI.- Parameters:
waitForCardInsertionAutonomousReaderApi- The API to connect.- Since:
- 2.0.0
-
-