<!--
{
  "availability" : [
    "tvOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVUIKit",
  "identifier" : "/documentation/TVUIKit/TVDigitEntryViewController/entryCompletionHandler",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "TVUIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVDigitEntryViewController(py)entryCompletionHandler"
  },
  "title" : "entryCompletionHandler"
}
-->

# entryCompletionHandler

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

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

## Parameters

`entry`

The digits that the user entered into the digit entry view.

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)