Enum PlatformType
- Namespace
- Dynamicweb.Frontend.Devices
- Assembly
- Dynamicweb.dll
Platform type - operation system. Default is Other.
public enum PlatformType
Fields
Android = 2Android phones or tablets
Ios = 1iPhone, iPod or iPad
Osx = 4Macs
Other = 0Unknown platform type
Ux = 5Linux or Unix based systems
Windows = 3Windows based systems