Exemplo n.º 1
0
 public Tracker()
 {
     flushListener = new FlushListener (this);
     startListener = new StartListener (this);
     startLocalStorageListener = new StartLocalStorageListener(this);
     tracker = this;
 }
Exemplo n.º 2
0
 public Tracker()
 {
     flushListener             = new FlushListener(this);
     startListener             = new StartListener(this);
     startLocalStorageListener = new StartLocalStorageListener(this);
     tracker = this;
 }
Exemplo n.º 3
0
 public Tracker()
 {
     flushListener             = new FlushListener(this);
     startListener             = new StartListener(this);
     startLocalStorageListener = new StartLocalStorageListener(this);
     completable = new CompletableTracker();
     completable.setTracker(this);
     alternative = new AlternativeTracker();
     alternative.setTracker(this);
     accessible = new AccessibleTracker();
     accessible.setTracker(this);
     trackedGameObject = new GameObjectTracker();
     trackedGameObject.setTracker(this);
     tracker = this;
 }
Exemplo n.º 4
0
 public Tracker()
 {
     flushListener = new FlushListener (this);
     startListener = new StartListener (this);
     startLocalStorageListener = new StartLocalStorageListener(this);
     completable = new CompletableTracker();
     completable.setTracker(this);
     alternative = new AlternativeTracker();
     alternative.setTracker(this);
     accessible = new AccessibleTracker();
     accessible.setTracker(this);
     trackedGameObject = new GameObjectTracker();
     trackedGameObject.setTracker(this);
     tracker = this;
 }