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