DeviceIdiom
Namespace: Wisej.Hybrid.Modules.System
Assembly: Wisej.Hybrid
Represents the type of device on which an application is running.
- C#
- VB.NET
public enum DeviceIdiom : Enum
Public Enum DeviceIdiom As [Enum]
Fields
| Name | Description |
|---|---|
| Desktop | Represents a desktop computer. |
| Phone | Represents a phone. |
| Tablet | Represents a tablet. |
| TV | Represents a television. |
| Unknown | Represents an unknown device type. |
| Watch | Represents a watch. |
Used By
| Name | Description |
|---|---|
| DeviceSystemInfo.Idiom | The type of device. |