DevicePlatform
Namespace: Wisej.Hybrid.Modules.System
Assembly: Wisej.Hybrid
Represents available device platforms.
- C#
- VB.NET
public enum DevicePlatform : Enum
Public Enum DevicePlatform As [Enum]
Fields
| Name | Description |
|---|---|
| Android | The Android platform. |
| iOS | The iOS platform. |
| MacCatalyst | The MacCatalyst platform. |
| macOS | The macOS platform. |
| Tizen | The Tizen platform. |
| tvOS | The tvOS platform. |
| Unknown | Unknown platform. |
| UWP | The UWP platform. |
| watchOS | The watchOS platform. |
| WinUI | The WinUI platform. |
Used By
| Name | Description |
|---|---|
| DeviceSystemInfo.Platform | The name of the operating system running on the device. |