TextInputViewControllerProtocol
protocol TextInputViewControllerProtocol
Delegate protocol for delegate classes to implement
-
Call back function definition to implement for handling the closing of the text input view and retrieving the inputted values.
Declaration
Swift
func closePopup(textViewContent: String, isApdu: Bool)Parameters
textViewContentContent of the input textview
isApduFlag indicating if APDU or Escape Command was handled
TextInputViewControllerProtocol Protocol Reference