MonoMobile.Views.UIDeviceExtensions.IsPhone C# (CSharp) Method

IsPhone() public static method

public static IsPhone ( this device ) : bool
device this
return bool
		public static bool IsPhone(this UIDevice device)
		{ 
			return device.UserInterfaceIdiom == UIUserInterfaceIdiom.Phone; 
		}