Mobbeel for developers

Mobbeel for developers

  • MobbScan
  • MobbID
  • MobbSign
  • Clients
  • FAQ

›Configure the SDK

MobbSign Android SDK

  • Welcome to the MobbSign SDK

Configure the SDK

  • Configure the SDK
  • Getting started with MobbSign
  • MobbSign Additional Configuration
  • MobbSign Advanced features
  • Add a watermark to the signature
  • Legal Notice to the Signer

Migration Guides

  • Migration 1.x to 2.x version
  • Migration 2.x to 3.x version

Changelogs

  • Android changelog

Add a watermark to the signature

How to add text

In order to add the text on the signature, you must call the method addTextToSign once the signature has been acquired. For this porpuse, you should use the MobbSignView setOnSignatureAcquiredListener listener as below:

mobbSignView.setOnSignatureAcquiredListener(new MobbSignView.OnSignatureAcquiredListener() {
    @Override
    public void onSignatureAcquired(MobbSignView mobbSignView) {
        Log.d(LOG_TAG, "onSignatureAcquired()");
        mobbSignView.addTextToSign("John Doe is the signer");
    }
});

You can customize the text to add to the signature using these properties from the MobbSign Configuration Bundle:

Key nameTypeDefault valueDescription
TEXTSTAMP_SIZE_MINint8Minimum size for the text stamped in the signature visual representation.
TEXTSTAMP_SIZE_MAXint10Maximum size for the text stamped in the signature visual representation.
TEXTSTAMP_LINES_MAXint4Maximum number of lines where to stamp the text in the signature visual representation.
TEXTSTAMP_CHARACTERS_MAXint100Maximum characters of the text to stamp in the signature visual representation.
← MobbSign Advanced featuresLegal Notice to the Signer →
  • How to add text
Mobbeel for developers
Product Documentation
MobbIDMobbScanMobbSign
Connect
LinkedInFacebookX
More
FAQContact Us
Mobbeel Solutions SL
Copyright © 2025 Mobbeel Solutions SL