Exemple #1
0
    public static void fetch(string tag = "default")
    {
    #if UNITY_ANDROID
        HZIncentivizedAdAndroid.fetch(tag);
    #endif

    #if UNITY_IPHONE && !UNITY_EDITOR
        HZIncentivizedAdIOS.fetch(tag);
    #endif
    }