onPasswordSubmit

abstract fun onPasswordSubmit(@NonNull pdfPasswordView: PdfPasswordView, @NonNull password: String)

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.