Skip to main content

DeviceIdiom

Namespace: Wisej.Hybrid.Modules.System

Assembly: Wisej.Hybrid

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

public enum DeviceIdiom : Enum

Fields

NameDescription
DesktopRepresents a desktop computer.
PhoneRepresents a phone.
TabletRepresents a tablet.
TVRepresents a television.
UnknownRepresents an unknown device type.
WatchRepresents a watch.

Used By

NameDescription
DeviceSystemInfo.IdiomThe type of device.