Ejemplo n.º 1
0
 public static void resetSessionCallbackParameters()
 {
     if (!Application.isEditor)
     {
     #if UNITY_IOS
         AdjustiOS.ResetSessionCallbackParameters();
     #elif UNITY_ANDROID
         AdjustAndroid.ResetSessionCallbackParameters();
     #elif (UNITY_WSA || UNITY_WP8)
         AdjustWindows.ResetSessionCallbackParameters();
     #else
         Debug.Log(errorMsgPlatform);
     #endif
     }
 }