-
public class CollapsibleEvent extends Event
A collapsible event is an event that only keeps the last occurrence in the database
-
-
Constructor Summary
Constructors Constructor Description CollapsibleEvent(Context context, long timestamp, String name, JSONObject parameters)CollapsibleEvent(String id, String name, Date date, TimeZone timezone, String parameters, Event.State state, Long serverTS, Date secureDate, String sessionId)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.batch.android.event.Event
getDate, getId, getName, getParameters, getSecureDate, getServerTimestamp, getSessionID, getState, getTimezone, isOld -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-