Package com.adobe.marketing.mobile
Class EventHistoryRequest
-
- All Implemented Interfaces:
public class EventHistoryRequest
-
-
Constructor Summary
Constructors Constructor Description EventHistoryRequest(Map<String, Object> map, long fromDate, long toDate)Used for selecting or deleting Events from Event History.
-
Method Summary
Modifier and Type Method Description longgetFromDate()longgetToDate()longgetMaskAsDecimalHash()-
-
Constructor Detail
-
EventHistoryRequest
EventHistoryRequest(Map<String, Object> map, long fromDate, long toDate)
Used for selecting or deleting Events from Event History.- Parameters:
map- Key-value pairs that will be used to generate the hash when looking up an Event.fromDate- Date that represents the lower bounds of the date range used when looking up an Event.toDate- Date that represents the upper bounds of the date range used when looking up an Event.
-
-
Method Detail
-
getFromDate
long getFromDate()
-
getToDate
long getToDate()
-
getMaskAsDecimalHash
long getMaskAsDecimalHash()
-
-
-
-