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

fragmentManager

The FragmentManager that is used to attach the dialog to the activity.

signatureInfo

The DigitalSignatureInfo for being displayed in the dialog.