Enum DeviceType

DeviceType enumeration

Device types used to access Sway for the triggered event.

public enum DeviceType

Values

NameValueDescription
Desktop0The event was triggered using the desktop.
Mobile1The event was triggered using a mobile device.
Tablet2The event was triggered using a tablet device.

See Also