-
public final class MobileSegment.MobileRecord.ViewEndRecord 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.ViewEndRecord.Companion
-
Constructor Summary
Constructors Constructor Description MobileSegment.MobileRecord.ViewEndRecord(Long timestamp)
-
Method Summary
Modifier and Type Method Description final LonggetType()final LonggetTimestamp()JsonElementtoJson()-
-
Constructor Detail
-
MobileSegment.MobileRecord.ViewEndRecord
MobileSegment.MobileRecord.ViewEndRecord(Long timestamp)
- Parameters:
timestamp- Defines the UTC time in milliseconds when this Record was performed.
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
-
toJson
JsonElement toJson()
-
-
-
-