Package 

Class TDOverWritableEvent


  • 
    public class TDOverWritableEvent
    extends TDEventModel
                        

    Overridden event that corresponds to the ta_overwrite operation. Create the TDOverWritableEvent object to override the previous event data. Passing eventId specifies the event that needs to be overridden.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class cn.thinkingdata.analytics.ThinkingAnalyticsEvent

        setEventTime, setEventTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TDOverWritableEvent

        TDOverWritableEvent(String eventName, JSONObject properties, String eventId)