Contents

TKSmartCardUserInteraction

The base class for encapsulating user interaction with a Smart Card reader.

Declaration

class TKSmartCardUserInteraction

Overview

There are two types of user interactions: those for secure PIN change and those for secure PIN validation. These interactions are instances of the TKSmartCardUserInteractionForSecurePINChange, or TKSmartCardUserInteractionForSecurePINVerification subclasses of TKSmartCardUserInteractionForPINOperation, respectively. TKSmartCardUserInteractionForPINOperation is a subclass of TKSmartCardUserInteraction.

You interact with instances of one of the subclasses of TKSmartCardUserInteractionForPINOperationwhen calling the userInteractionForSecurePINChange(_:apdu:currentPINByteOffset:newPINByteOffset:) and userInteractionForSecurePINVerification(_:apdu:pinByteOffset:) methods on an TKSmartCard object.

Topics

Handling User Interaction Events

Configuring Timeout

Starting and Stopping

See Also

Managing User Interaction