-
public final class MobileSegment.WireframeUpdateMutation.PlaceholderWireframeUpdate extends MobileSegment.WireframeUpdateMutation
Schema of common properties for WireframeUpdate events type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.WireframeUpdateMutation.PlaceholderWireframeUpdate.Companion
-
Constructor Summary
Constructors Constructor Description MobileSegment.WireframeUpdateMutation.PlaceholderWireframeUpdate(Long id, Long x, Long y, Long width, Long height, MobileSegment.WireframeClip clip, String label)
-
Method Summary
-
-
Constructor Detail
-
MobileSegment.WireframeUpdateMutation.PlaceholderWireframeUpdate
MobileSegment.WireframeUpdateMutation.PlaceholderWireframeUpdate(Long id, Long x, Long y, Long width, Long height, MobileSegment.WireframeClip clip, String label)
- Parameters:
id- Defines the unique ID of the wireframe.x- The position in pixels on X axis of the UI element in absolute coordinates.y- The position in pixels on Y axis of the UI element in absolute coordinates.width- The width in pixels of the UI element, normalized based on the device pixels per inch density (DPI).height- The height in pixels of the UI element, normalized based on the device pixels per inch density (DPI).clip- Schema of clipping information for a Wireframe.label- Label of the placeholder
-
-
Method Detail
-
getClip
final MobileSegment.WireframeClip getClip()
-
toJson
JsonElement toJson()
-
-
-
-