entryCompletionHandler
A completion handler that cues the app that the user has entered the required number of digits for the digit entry view.
Declaration
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.