Enum PlatformType
Describes the platform operating system.
[DataContract("PlatformType")]
public enum PlatformType
Fields
Android = 2
The android OS.
Linux = 5
The Linux OS.
This is shared across platforms
UWP = 4
The Universal Windows Platform (UWP).
Windows = 1
The windows desktop OS.
iOS = 3
The iOS.
macOS = 6
macOS