Uses of Enum 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 IosDeviceNameModifier and TypeMethodDescriptionstatic IosDeviceNamestatic IosDeviceNameReturns the enum constant of this class with the specified name.static IosDeviceName[]IosDeviceName.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.applitools.eyes.visualgrid.model with parameters of type IosDeviceNameModifierConstructorDescriptionIosDeviceInfo(IosDeviceName deviceName) IosDeviceInfo(IosDeviceName deviceName, IosVersion version) IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation) IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation, IosVersion version)