Invokes the device microphone to record audio.
On success, returns Base64 encoded file
Invokes the device camera to capture an image.
Optional
imageOptions: CaptureImageOptionsOn success, returns Base64 encoded file
Invokes the device camera to capture video.
On success, returns Base64 encoded file
Invokes the device camera to scan the barcode information, such as a product number.
On success, Barcode value is returned as a String
Returns the current location using the device geolocation capability.
On success, returns current geolocation information
Opens a dialog box to select files from your computer (web client) or mobile device (mobile clients).
Optional
pickFileOptions: PickFileOptionsOn success, returns an array of files
Generated using TypeDoc
Interface for Xrm.Device API
See
External Link: Xrm.Device (Client API reference)