DeviceInfo

Wisej.Web.Ext.MobileIntegration.DeviceInfo

Namespace: Wisej.Web.Ext.MobileIntegration

Assembly: Wisej.Web.Ext.MobileIntegration (2.5.0.0)

Represent the information related to the user mobile device.

public class DeviceInfo

Properties

String: The app version of the connected device.

DeviceAuthenticationType: The type of authentication supported by the device.

Boolean: A value indicating whether the application has permission to use the camera.

String: An alphanumeric string that uniquely identifies a device for remote notifications.

String: Unique device ID.

Boolean: A Boolean value indicating whether the specified orientation is face up or face down.

Boolean: Returns a Boolean value indicating whether the device is in a landscape orientation.

Boolean: Returns a Boolean value indicating whether the device is in a portrait orientation.

Boolean: A value indicating whether the application has permission to use location services.

Boolean: A value indicating whether the application has permission to use the microphone.

String: The model of the device.

String: The name identifying the device.

Boolean: A value indicating whether the application has permission to push notifications.

DeviceOrientation: The physical orientation of the device.

Boolean: A value indicating whether the application has permission to use photos.

Size: Returns the size of the screens in pixels.

StyleModes: A value indicating which mode the device is in (Dark mode, light mode, etc.).

String: The name of the operating system running on the device.

String: The current version of the operating system.

String: A string value that contains any data passed on startup.

String: An alphanumeric string that uniquely identifies a device to the app’s vendor.

Last updated