Uses of Enum 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 IosVersionModifier and TypeMethodDescriptionstatic IosVersionIosVersion.fromVersion(String value) IosDeviceInfo.getVersion()IosDeviceTarget.getVersion()static IosVersionReturns the enum constant of this class with the specified name.static IosVersion[]IosVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.applitools.eyes.visualgrid.model with parameters of type IosVersionConstructors in com.applitools.eyes.visualgrid.model with parameters of type IosVersionModifierConstructorDescriptionIosDeviceInfo(IosDeviceName deviceName, IosVersion version) IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation, IosVersion version) IosDeviceInfo(String deviceName, ScreenOrientation screenOrientation, IosVersion version)