public static interface

PdfPasswordView.OnPasswordSubmitListener

com.pspdfkit.ui.PdfPasswordView.OnPasswordSubmitListener

Class Overview

Listener for entered password being submitted.

Summary

Public Methods
abstract void onPasswordSubmit(PdfPasswordView pdfPasswordView, String password)
Called when the password is submitted by user pressing enter on the keyboard.

Public Methods

public abstract void onPasswordSubmit (PdfPasswordView pdfPasswordView, 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.