Interface PdfPasswordView.OnPasswordSubmitListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onPasswordSubmit(@NonNull() PdfPasswordView pdfPasswordView, @NonNull() String password) Called when the password is submitted by user pressing enter on the keyboard.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onPasswordSubmit

         abstract void onPasswordSubmit(@NonNull() PdfPasswordView pdfPasswordView, @NonNull() String password)

        Called when the password is submitted by user pressing enter on the keyboard. If the password text box is empty, this listener will not be triggered.

        Parameters:
        pdfPasswordView - View on which the action is happening.
        password - String representation of the entered password.