Table of Contents

Enum GenericDeviceType

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Enumerates the types of devices the app is running on, such as a desktop computer or a tablet.

public enum GenericDeviceType

Fields

Desktop = 3

Device is desktop.

Phone = 1

Device is phone.

TV = 4

Device is TV.

Tablet = 2

Device is tablet.

Unknown = 0

Unknown device.

Watch = 5

Device is watch.