示例#1
0
    /// <summary>
    /// Updates the Display ad with a new one or disables auto-refresh.
    /// </summary>
    /// <param name="enable">
    /// A <see cref="System.Boolean"/>
    /// </param>
    public static void EnableDisplayAdAutoRefresh(bool enable)
    {
        if (Application.platform == RuntimePlatform.OSXEditor)
        {
            return;
        }

        TapjoyPlatformPlugin.EnableDisplayAdAutoRefresh(enable);
    }