doc/articles/features/windows-system-profile.md
[!TIP] This article covers Uno-specific information for the
Windows.System.Profilenamespace. For a full description of the feature and instructions on using it, see Windows.System.Profile Namespace.
Windows.System.Profile namespace provides classes for accessing and managing information about the device.AnalyticsInfoDeviceForm propertyThe DeviceForm property now returns string from the following set:
In the case of WebAssembly, this property currently always returns Unknown as there is no reliable way to check for device form factor via JavaScript.
VersionInfo.DeviceFamilyThis string is in the form of OSType.DeviceForm where OSType is:
AndroidiOSBrowserVersionInfo.DeviceFamilyVersionThis returns the "OS version" the app is running on. Values are the following:
Build.VERSION.ReleaseUIDevice.CurrentDevice.SystemVersionnavigator.userAgent)[!NOTE] On WASM, the
userAgentcan easily be spoofed by malicious users.