MobileCRM.Services.DocumentService - Resconet/JSBridge GitHub Wiki
MobileCRM.Services.DocumentService Object
[v8.1] Represents a service for acquiring the documents.
Properties
Property
Type
Description
maxImageSize
String
Gets or sets the maximum captured image size. If captured image size is greater, the image is resized to specified maximum size [640x480,1024x768,1600x1200,2048x1536,2592x1936 ].
maxUploadImageSize
String
Gets or sets the maximum uploaded image size. If uploaded image size is greater then image is resized to specified maximum size [640x480,1024x768,1600x1200,2048x1536,2592x1936 ].
recordQuality
String
Gets or sets the record quality for audio/video recordings [Low, Medium, High].
allowChooseVideo
Boolean
Indicates whether the video files should be included into the image picker when selecting the photos. The default is true.
allowMultipleFiles
Boolean
Indicates whether to allow multiple files for DocumentActions SelectPhoto and SelectFile.[Not implemented on iOS.]
allowCancelHandler
Boolean
Indicates whether to allow handling of cancel event. Callback will pass the null argument in this case.