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