java.lang.Object | ||||
↳ | DialogFragment | |||
↳ | com.pdftron.pdf.controls.CustomSizeDialogFragment | |||
↳ | com.pdftron.pdf.dialog.signature.SignatureDialogFragment | |||
↳ | com.pdftron.pdf.dialog.digitalsignature.DigitalSignatureDialogFragment |
A SignatureDialogFragment
that allows users to pick a certificate keystore and associated
password to digitally sign the signature.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static boolean | HANDLE_INTENT_IN_ACTIVITY |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DigitalSignatureDialogFragment() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static DigitalSignatureViewModel | getViewModel(FragmentActivity activity) | ||||||||||
static boolean | isDigitalSignatureIntent(int requestCode) | ||||||||||
void | onActivityResult(int requestCode, int resultCode, Intent data) | ||||||||||
void | onCreate(Bundle savedInstanceState) | ||||||||||
View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
void | onDestroy() | ||||||||||
void |
onSignatureCreated(String filepath, boolean saveSignature)
Called when signature is created.
| ||||||||||
void |
onSignatureFromImage(PointF targetPoint, int targetPage, Long widget)
Called when signature from image is selected.
| ||||||||||
void |
onSignatureSelected(String filepath)
Called when a signature is selected.
| ||||||||||
void | setOnKeystoreUpdatedListener(OnCreateSignatureListener.OnKeystoreUpdatedListener onKeystoreUpdatedListener) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Called when signature is created.
Called when signature from image is selected.
Called when a signature is selected.
filepath | The file path of the saved signature |
---|