Uses of Class
com.applitools.eyes.visualgrid.model.IosVersion
-
-
Uses of IosVersion in com.applitools.eyes.visualgrid.model
Methods in com.applitools.eyes.visualgrid.model that return IosVersion Modifier and Type Method Description static IosVersionIosVersion. fromVersion(String value)IosVersionIosDeviceInfo. getVersion()static IosVersionIosVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static IosVersion[]IosVersion. 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 IosVersion Constructor Description IosDeviceInfo(IosDeviceName deviceName, IosVersion version)IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation, IosVersion version)
-