---
name: DeviceType
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Device category of the client."
---

# DeviceType

Device category of the client.

**Type:** enum

## Description

The **DeviceType** enum is used to determine the category of devices that a
client belongs to.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Unknown` | 0 | The client is an unknown device. |
| `Desktop` | 1 | The client is a desktop device. |
| `Tablet` | 2 | The client is a tablet device. |
| `Phone` | 3 | The client is a phone device. |
| `TV` | 4 |  |