com.pdftron.pdf.controls.PasswordDialogFragment.PasswordDialogFragmentListener |
![]() |
Callback interface to be invoked when an interaction is needed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onPasswordDialogDismiss(boolean forcedDismiss)
Called when dialog is dismissed
| ||||||||||
abstract void |
onPasswordDialogNegativeClick(int fileType, File file, String path)
Called when Cancel button has been clicked.
| ||||||||||
abstract void |
onPasswordDialogPositiveClick(int fileType, File file, String path, String password, String id)
Called when OK button has been clicked.
|
Called when dialog is dismissed
forcedDismiss | True if the dialog is forced to dismiss |
---|
Called when Cancel button has been clicked.
fileType | The file type |
---|---|
file | The file |
path | The file path |
Called when OK button has been clicked.
fileType | The file type |
---|---|
file | The file |
path | The file path |
password | The entered password |
id | The ID |