show
open fun show(@NonNull fragmentManager: FragmentManager, @NonNull signatureInfo: DigitalSignatureInfo, @Nullable onDeleteSignature: Runnable)
Creates and shows a SignatureInfoDialog instance. The dialog is a fragment that will be attached to the activity using the given fragmentManager
.
Parameters
fragment Manager
The FragmentManager that is used to attach the dialog to the activity.
signature Info
The DigitalSignatureInfo for being displayed in the dialog.