OnSignaturePickedListener

Interface used by show. Used to notify when a signature has been picked, created, or when the dialog containing the signature has been dismissed.

Functions

Link copied to clipboard
abstract fun onDismiss()
Called when the dialog implementing it (e.g.
Link copied to clipboard
open fun onSignatureCreated(@NonNull signature: Signature, wasSaved: Boolean)
Called when a new signature was created.
Link copied to clipboard
abstract fun onSignaturePicked(@NonNull signature: Signature)
Called when the signature item was selected from the list.
Link copied to clipboard
open fun onSignatureUiDataCollected(@NonNull signature: Signature, @NonNull signatureUiData: SignatureUiData)
Called when the signature has been drawn and created, containing the signature that was created and its UI data that was collected.