Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.1.0.6201" />

.NET API 488,960 bytes

 TargetIdiom

public enum TargetIdiom
Indicates the type of device Forms is working on.
Desktop = 3

(Unused) Indicates that Forms is running on a computer.

Phone = 1

Indicates that Forms is running on a Phone, or a device similar in shape and capabilities.

Tablet = 2

Indicates that Forms is running on a Tablet.

(Unused) Indicates that Forms is running on an unsupported device.