-
public final class MobileSegment.MobileRecord.VisualViewportRecord extends MobileSegment.MobileRecord
Schema of common properties for a Record event type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.MobileRecord.VisualViewportRecord.Companion
-
Constructor Summary
Constructors Constructor Description MobileSegment.MobileRecord.VisualViewportRecord(Long timestamp, MobileSegment.Data3 data)
-
Method Summary
Modifier and Type Method Description final LonggetType()final LonggetTimestamp()final MobileSegment.Data3getData()JsonElementtoJson()-
-
Constructor Detail
-
MobileSegment.MobileRecord.VisualViewportRecord
MobileSegment.MobileRecord.VisualViewportRecord(Long timestamp, MobileSegment.Data3 data)
- Parameters:
timestamp- Defines the UTC time in milliseconds when this Record was performed.
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
-
getData
final MobileSegment.Data3 getData()
-
toJson
JsonElement toJson()
-
-
-
-