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

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