public class ActivityState extends Object implements Serializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected String |
adid |
protected boolean |
askingAttribution |
protected long |
clickTime |
protected boolean |
enabled |
protected int |
eventCount |
protected long |
installBegin |
protected String |
installReferrer |
protected boolean |
isGdprForgotten |
protected long |
lastActivity |
protected long |
lastInterval |
protected LinkedList<String> |
orderIds |
protected String |
pushToken |
protected int |
sessionCount |
protected long |
sessionLength |
protected int |
subsessionCount |
protected long |
timeSpent |
protected boolean |
updatePackages |
protected String |
uuid |
| Modifier | Constructor and Description |
|---|---|
protected |
ActivityState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOrderId(String orderId) |
boolean |
equals(Object other) |
protected boolean |
findOrderId(String orderId) |
int |
hashCode() |
protected void |
resetSessionAttributes(long now) |
String |
toString() |
protected String uuid
protected boolean enabled
protected boolean isGdprForgotten
protected boolean askingAttribution
protected int eventCount
protected int sessionCount
protected int subsessionCount
protected long sessionLength
protected long timeSpent
protected long lastActivity
protected long lastInterval
protected boolean updatePackages
protected LinkedList<String> orderIds
protected String pushToken
protected String adid
protected long clickTime
protected long installBegin
protected String installReferrer
Copyright © 2018. All rights reserved.