public static interface

SignaturePickerFragment.OnSignaturePickedListener

com.pspdfkit.ui.signatures.SignaturePickerFragment.OnSignaturePickedListener

Class Overview

Listener for notifying whether a user picked a signature or not.

Summary

Public Methods
abstract void onDismiss()
Called when the SignaturePickerFragment dialog was dismissed without picking a signature.
abstract void onSignaturePicked(Signature signature)
Called when the signature item was selected from the list.

Public Methods

public abstract void onDismiss ()

Called when the SignaturePickerFragment dialog was dismissed without picking a signature.

public abstract void onSignaturePicked (Signature signature)

Called when the signature item was selected from the list.

Parameters
signature Picked Signature item.