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

    textViewContent

    Content of the input textview

    isApdu

    Flag indicating if APDU or Escape Command was handled