-
public final class UserEventLogData class representing an event log for user actions in the CleverTap SDK.
This class stores information about a specific event including its name, occurrence timestamps, frequency count, and the associated GUID/user identifier. It tracks both the original event name and its normalized version (lowercase, no spaces) for consistent processing.
-
-
Method Summary
Modifier and Type Method Description final StringgetEventName()final StringgetNormalizedEventName()final LonggetFirstTs()final LonggetLastTs()final IntegergetCountOfEvents()final StringgetDeviceID()-
-
Method Detail
-
getEventName
final String getEventName()
-
getNormalizedEventName
final String getNormalizedEventName()
-
getFirstTs
final Long getFirstTs()
-
getCountOfEvents
final Integer getCountOfEvents()
-
getDeviceID
final String getDeviceID()
-
-
-
-