Beispiel #1
0
 // Clear cache
 public static void clearCache()
 {
             #if UNITY_IPHONE
     VungleBinding.clearCache();
             #elif UNITY_ANDROID
     //VungleAndroid.clearCache();
             #else
     return;
             #endif
 }
Beispiel #2
0
    // Clear cache
    public static void clearCache()
    {
#if (!VUNGLE_AD_OFF)
                #if UNITY_EDITOR
        return;
                #endif
                #if UNITY_IPHONE
        VungleBinding.clearCache();
                #elif UNITY_ANDROID
        //VungleAndroid.clearCache();
                #else
        return;
                #endif
#endif
    }