-
public final class MobileSegment.Position
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.Position.Companion
-
Constructor Summary
Constructors Constructor Description MobileSegment.Position(Long id, Long x, Long y, Long timestamp)
-
Method Summary
-
-
Constructor Detail
-
MobileSegment.Position
MobileSegment.Position(Long id, Long x, Long y, Long timestamp)
- Parameters:
id- The touch id of the touch event this position corresponds to.x- The x coordinate value of the position.y- The y coordinate value of the position.timestamp- The UTC timestamp in milliseconds corresponding to the moment the position change was recorded.
-
-
-
-