DeviceSystemInfo
Wisej.Hybrid.DeviceSystemInfo
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides information related to the device's system.
public class DeviceSystemInfo : DeviceInfoBase
Access this class through the Info singleton.
Constructors
DeviceSystemInfo()

Creates a new instance of DeviceSystemInfo.
Properties
AppName

String: Gets the name of the application.
AppTheme

AppTheme: App theme (i.e. light, dark, etc.)
DeviceName

String: The name identifying the device.
DeviceType

DeviceType: Gets the type of device (physical / virtual).
ID

String: Unique device ID.
Idiom

DeviceIdiom: The type of device.
Manufacturer

String: Device manufacturer.
Model

String: The model of the device.
OfflineUrl

String: Gets the offline embedded web server url, if started.
PackageName

String: Gets the name of the package.
PackagingModel

AppPackagingModel: Gets whether the app has been packaged as an MSIX or an independent executable.
Windows only.
Platform

DevicePlatform: The name of the operating system running on the device.
Version

String: The current version of the operating system.
Methods
OnWebUpdate(info)

Populates and updates DeviceSystemInfo with device information.
Last updated