On Signature Picked Listener
interface 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
Called when a new signature was created.
Link copied to clipboard
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.