-
public class TDUpdatableEvent extends TDEventModel
Events that can be updated. Corresponds to the track_update operation. In some scenarios, attributes in the event table need to be updated. You can create a TDUpdatableEvent and pass in an eventId identifying this data point. Upon receiving such a request, the server uses the current attribute to override the previous attribute of the same name in the corresponding data of the eventId.
-
-
Constructor Summary
Constructors Constructor Description TDUpdatableEvent(String eventName, JSONObject properties, String eventId)
-