onDocumentSigned

abstract fun onDocumentSigned(@NonNull signedDocumentUri: Uri)

Called when document is signed with temporary PDF URI. Use this to persistently store the document somewhere safe or to display it.

Parameters

signedDocumentUri

Uri pointing to the signed PDF document in a temporary location.