public interface

PdfPasswordDialog.PasswordDialogEventsListener

 androidx.pdf.viewer.PdfPasswordDialog.PasswordDialogEventsListener

Summary

Methods
public voidonDialogCancelled()

Callback to handle the cancellation of this dialog.

public voidonPasswordTextChange(java.lang.String password)

Callback to pass the password to the fragment.

Methods

public void onPasswordTextChange(java.lang.String password)

Callback to pass the password to the fragment.

public void onDialogCancelled()

Callback to handle the cancellation of this dialog.