Uses of Class
com.applitools.eyes.universal.dto.IosDeviceInfoDto
Packages that use IosDeviceInfoDto
-
Uses of IosDeviceInfoDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return IosDeviceInfoDtoModifier and TypeMethodDescriptionBrowserInfoDto.getIosDeviceInfo()IOSDeviceRendererDto.getIosDeviceInfo()Methods in com.applitools.eyes.universal.dto with parameters of type IosDeviceInfoDtoModifier and TypeMethodDescriptionvoidBrowserInfoDto.setIosDeviceInfo(IosDeviceInfoDto iosDeviceInfo) voidIOSDeviceRendererDto.setIosDeviceInfo(IosDeviceInfoDto iosDeviceInfo) Constructors in com.applitools.eyes.universal.dto with parameters of type IosDeviceInfoDtoModifierConstructorDescriptionBrowserInfoDto(ChromeEmulationInfoDto chromeEmulationInfo, IosDeviceInfoDto iosDeviceInfo, String name, Integer width, Integer height) IOSDeviceRendererDto(IosDeviceInfoDto iosDeviceInfo) -
Uses of IosDeviceInfoDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type IosDeviceInfoDtoModifier and TypeMethodDescriptionstatic com.applitools.eyes.visualgrid.model.IosDeviceInfoRenderBrowserInfoMapper.toIosDeviceInfo(IosDeviceInfoDto dto)