Uses of Class
com.applitools.eyes.universal.dto.IosDeviceInfoDto
-
Packages that use IosDeviceInfoDto Package Description com.applitools.eyes.universal.dto com.applitools.eyes.universal.mapper -
-
Uses of IosDeviceInfoDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return IosDeviceInfoDto Modifier and Type Method Description IosDeviceInfoDtoBrowserInfoDto. getIosDeviceInfo()IosDeviceInfoDtoIOSDeviceRendererDto. getIosDeviceInfo()Methods in com.applitools.eyes.universal.dto with parameters of type IosDeviceInfoDto Modifier and Type Method Description voidBrowserInfoDto. setIosDeviceInfo(IosDeviceInfoDto iosDeviceInfo)voidIOSDeviceRendererDto. setIosDeviceInfo(IosDeviceInfoDto iosDeviceInfo)Constructors in com.applitools.eyes.universal.dto with parameters of type IosDeviceInfoDto Constructor Description BrowserInfoDto(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 IosDeviceInfoDto Modifier and Type Method Description static com.applitools.eyes.visualgrid.model.IosDeviceInfoRenderBrowserInfoMapper. toIosDeviceInfo(IosDeviceInfoDto dto)
-