Exemple #1
0
 public void  ResetSession()
 {
     googleAnalytics.logEvent("SessionStatus", "Session", "SessionEnd", 1);
     googleAnalytics.dispatchHits();
     waitingForNextSession    = true;
     vuforiaBehaviour.enabled = false;
     SessionTimer.Reset();
     SessionTimer.Stop();
     OnSessionReset();
     googleAnalytics.stopSession();
 }