Package com.hp.lft.sdk.mobile
Class MediaUploadOptions
java.lang.Object
com.hp.lft.sdk.mobile.MediaUploadOptions
Define how media files are uploaded.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGet the flag defining if uploaded file will be saved to the device's Pictures folder.voidsetSaveToPicturesFolder(boolean saveToPicturesFolder) Sets the flag defining if uploaded file will be saved to the device's Pictures folder.
- 
Constructor Details- 
MediaUploadOptionspublic MediaUploadOptions(boolean saveToPicturesFolder) 
 
- 
- 
Method Details- 
getSaveToPicturesFolderpublic 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.
 
- 
setSaveToPicturesFolderpublic 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.
 
 
-