Example #1
0
 public static void StartSession()
 {
     if (GAState.IsManualSessionHandlingEnabled())
     {
         GA_Wrapper.gameAnalyticsStartSession();
         return;
     }
     Debug.Log("Manual session handling is not enabled. \nPlease check the \"Use manual session handling\" option in the \"Advanced\" section of the Settings object.");
 }