# DeviceIdiom

Namespace: **Wisej.Hybrid.Modules.System**

Assembly: **Wisej.Hybrid** (3.5.0.0)

Represents the type of device on which an application is running.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum DeviceIdiom : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum DeviceIdiom As [Enum]
```

{% endtab %}
{% endtabs %}

## 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](https://docs.wisej.com/hybrid/start/api/wisej.hybrid.devicesysteminfo#idiom) | The type of device. |
