Platform Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The platform being tested.
public enum Platform
type Platform =
Public Enum Platform
- Inheritance
-
Platform
Fields
Android | 0 | An Android device is being tested. |
iOS | 1 | An iOS device is being tested. |