Package com.hp.lft.sdk.mobile
Class MediaUploadOptions
java.lang.Object
com.hp.lft.sdk.mobile.MediaUploadOptions
Define how media files are uploaded.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the flag defining if uploaded file will be saved to the device's Pictures folder.void
setSaveToPicturesFolder
(boolean saveToPicturesFolder) Sets the flag defining if uploaded file will be saved to the device's Pictures folder.
-
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.
-