---
title: "correctionKeyPressed(in:)"
framework: cryptotokenkit
role: symbol
role_heading: Instance Method
path: "cryptotokenkit/tksmartcarduserinteractiondelegate/correctionkeypressed(in:)"
---

# correctionKeyPressed(in:)

Tells the delegate that a correction key has been pressed.

## Declaration

```swift
optional func correctionKeyPressed(in interaction: TKSmartCardUserInteraction)
```

## Parameters

- `interaction`: The user interaction.

## See Also

### Delegate Methods

- [characterEntered(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/characterentered(in:).md)
- [validationKeyPressed(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/validationkeypressed(in:).md)
- [invalidCharacterEntered(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/invalidcharacterentered(in:).md)
- [oldPINRequested(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/oldpinrequested(in:).md)
- [newPINRequested(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/newpinrequested(in:).md)
- [newPINConfirmationRequested(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/newpinconfirmationrequested(in:).md)
