Class MediaUploadOptions

java.lang.Object
com.hp.lft.sdk.mobile.MediaUploadOptions

public class MediaUploadOptions extends Object
Define how media files are uploaded.
  • Constructor Details

    • MediaUploadOptions

      public MediaUploadOptions(boolean saveToPicturesFolder)
  • Method Details

    • getSaveToPicturesFolder

      public boolean getSaveToPicturesFolder()
      Get the flag defining if uploaded file will be saved to the device's Pictures folder.
      Returns:
      the flag defining if uploaded file will be saved to the device's Pictures folder.
    • setSaveToPicturesFolder

      public void setSaveToPicturesFolder(boolean saveToPicturesFolder)
      Sets the flag defining if uploaded file will be saved to the device's Pictures folder.
      Parameters:
      saveToPicturesFolder - the flag defining if uploaded file will be saved to the device's Pictures folder.