show
open fun show(@NonNull fragmentManager: FragmentManager, @Nullable listener: OnSignaturePickedListener)
Shows the ElectronicSignatureFragment. The fragment will be presented to the user as a dialog.
Parameters
fragment Manager
The current activity's fragment manager.
listener
A listener for receiving the user's selection.
open fun show(@NonNull fragmentManager: FragmentManager, @Nullable listener: OnSignaturePickedListener, @Nullable signatureOptions: ElectronicSignatureOptions, @Nullable signatureStorage: SignatureStorage)
Shows the ElectronicSignatureFragment. The fragment will be presented to the user as a dialog.
Parameters
fragment Manager
The current activity's fragment manager.
listener
A listener for receiving the user's selection.
signature Options
UI options to use when displaying signatures.
signature Storage
Signature storage to be used for saving selected signatures.