-
public final class MobileSegment.MobileIncrementalData.ViewportResizeData extends MobileSegment.MobileIncrementalData
Schema of a ViewportResizeDimension.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.MobileIncrementalData.ViewportResizeData.Companion
-
Constructor Summary
Constructors Constructor Description MobileSegment.MobileIncrementalData.ViewportResizeData(Long width, Long height)
-
Method Summary
-
-
Constructor Detail
-
MobileSegment.MobileIncrementalData.ViewportResizeData
MobileSegment.MobileIncrementalData.ViewportResizeData(Long width, Long height)
- Parameters:
width- The new width of the screen in pixels, normalized based on the device pixels per inch density (DPI).height- The new height of the screen in pixels, normalized based on the device pixels per inch density (DPI).
-
-
-
-