get-device-information
Mobile icon

Get Device Information

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 07 May 2020 by 
5.0
 (1 rating)
get-device-information

Get Device Information

Documentation
1.0.1

Advance

  • Device Is Landscape: Return status true if the device is Landscape
  • Device Is Portrait: Return status true if the device is Portrait
  • Device Is Phone: Get the current device type is a phone.
  • Device Is Tablet: Get the current device type is a tablet.
  • Device Network Status: Get the current device network status (online/offline).
  • Device Network Type: Get the current device network type.
  • Device Orientation: Get the current device orientation (portrait/landscape).
  • Device Type: Get the current device type (phone/tablet).


Basic

  • All Details:  Get all the basic & some advance details of the device in the single-action call, return the device-details output param.
  • Device Cordova Version: Get the version of Cordova running on the device.
  • Device Is Virtual: Get Whether the device is running on a simulator.
  • Device Manufacturer: Get the device's manufacturer.
  • Device Model: Get the name of the device's model or product. The value is set by the device manufacturer and may be different across versions of the same product.
  • Device Platform: Get the device's operating system name.
  • Device Serial Number: Get the device hardware serial number (If Available).
  • Device UUID: Get the device's Universally Unique Identifier. The details of how a UUID is generated are determined by the device manufacturer and are specific to the device's platform or model.
  • Device Version: Get the operating system version.


Other

  • CheckPlugin : Not for end-user, used internally to validate Cordova & Plugin