public static interface

PdfViewCtrlTabBaseFragment.PasswordProtectedListener

com.pdftron.pdf.controls.PdfViewCtrlTabBaseFragment.PasswordProtectedListener

Summary

Public Methods
abstract boolean onPasswordInvalid()
Called when an invalid password is supplied when opening a password protected document.
abstract void onPasswordValid()
Called when a valid password is supplied when opening a password protected document.

Public Methods

public abstract boolean onPasswordInvalid ()

Called when an invalid password is supplied when opening a password protected document.

Returns
  • true if the handled, false otherwise

public abstract void onPasswordValid ()

Called when a valid password is supplied when opening a password protected document.