Skip to content

0.3.4

Compare
Choose a tag to compare
@PriyankUpadhyay PriyankUpadhyay released this 01 Feb 07:06
· 11 commits to master since this release

SDK now supports:

  1. Configuration setting to hide close button.
    configurations.put("disableCloseButton", "true");
  2. Configuration setting to hide camera option from upload.
    configurations.put("hideCameraForUpload", "true");
    Fixed:
  3. Removed the extra file extension part (.jpg/.png) from the filename string before uploading.