PlatformType
DeviceInfoEnum DeviceInfo.PlatformType
Contains 3 enum members:
Member | Description |
---|---|
Computer | Device platform is a computer. |
Mobile | Device platform is a mobile device. |
Console | Device platform is a console. |
If you would like to determine if a user is using a phone or tablet, see DeviceInfo.GetDeviceType()
.