Uses of Class
com.applitools.eyes.visualgrid.model.IosDeviceName
-
-
Uses of IosDeviceName in com.applitools.eyes.visualgrid.model
Methods in com.applitools.eyes.visualgrid.model that return IosDeviceName Modifier and Type Method Description static IosDeviceNameIosDeviceName. fromName(String value)static IosDeviceNameIosDeviceName. valueOf(String name)Returns the enum constant of this type with the specified name.static IosDeviceName[]IosDeviceName. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.applitools.eyes.visualgrid.model with parameters of type IosDeviceName Constructor Description IosDeviceInfo(IosDeviceName deviceName)IosDeviceInfo(IosDeviceName deviceName, IosVersion version)IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation)IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation, IosVersion version)
-