com.adjust.sdk
Class ActivityState

java.lang.Object
  extended by com.adjust.sdk.ActivityState
All Implemented Interfaces:
Serializable

public class ActivityState
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  long createdAt
           
protected  Boolean enabled
           
protected  int eventCount
           
protected  long lastActivity
           
protected  long lastInterval
           
protected  int sessionCount
           
protected  long sessionLength
           
protected  int subsessionCount
           
protected  long timeSpent
           
protected  String uuid
           
 
Constructor Summary
protected ActivityState()
           
 
Method Summary
protected  void injectEventAttributes(PackageBuilder builder)
           
protected  void injectSessionAttributes(PackageBuilder builder)
           
protected  void resetSessionAttributes(long now)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

protected String uuid

enabled

protected Boolean enabled

eventCount

protected int eventCount

sessionCount

protected int sessionCount

subsessionCount

protected int subsessionCount

sessionLength

protected long sessionLength

timeSpent

protected long timeSpent

lastActivity

protected long lastActivity

createdAt

protected long createdAt

lastInterval

protected long lastInterval
Constructor Detail

ActivityState

protected ActivityState()
Method Detail

resetSessionAttributes

protected void resetSessionAttributes(long now)

injectSessionAttributes

protected void injectSessionAttributes(PackageBuilder builder)

injectEventAttributes

protected void injectEventAttributes(PackageBuilder builder)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.