| com.pspdfkit.ui.PdfPasswordView.OnPasswordSubmitListener |
Listener for entered password being submitted.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onPasswordSubmit(PdfPasswordView pdfPasswordView, String password)
Called when the password is submitted by user pressing enter on the keyboard.
| ||||||||||
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.
| pdfPasswordView | View on which the action is happening. |
|---|---|
| password | String representation of the entered password. |