Ejemplo n.º 1
0
 void OnApplicationPause(bool isPaused)
 {
     if (HTTPUpdateDelegator.OnApplicationForegroundStateChanged != null)
     {
         HTTPUpdateDelegator.OnApplicationForegroundStateChanged(isPaused);
     }
 }
Ejemplo n.º 2
0
        void OnApplicationPause(bool isPaused)
        {
            HTTPManager.Logger.Information("HTTPUpdateDelegator", "OnApplicationPause isPaused: " + isPaused);

            if (HTTPUpdateDelegator.OnApplicationForegroundStateChanged != null)
            {
                HTTPUpdateDelegator.OnApplicationForegroundStateChanged(isPaused);
            }
        }