---
title: entryCompletionHandler
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvdigitentryviewcontroller/entrycompletionhandler
---

# entryCompletionHandler

A completion handler that cues the app that the user has entered the required number of digits for the digit entry view.

## Declaration

```swift
var entryCompletionHandler: (String) -> Void { get set }
```

## Parameters

- `entry`: The digits that the user entered into the digit entry view.

## Discussion

Discussion Your app should respond with any required actions in response to the user’s entry.

## See Also

### Entering Information

- [clearEntry(animated:)](tvuikit/tvdigitentryviewcontroller/clearentry(animated:).md)
