BaconographyWP8.View.SettingsPageView.HelpOfflineButton_Tap C# (CSharp) Method

HelpOfflineButton_Tap() private method

private HelpOfflineButton_Tap ( object sender, System e ) : void
sender object
e System
return void
        private void HelpOfflineButton_Tap(object sender, System.Windows.Input.GestureEventArgs e)
        {
            OpenHelp(
                "OFFLINE CONTENT",
                "The predictive offline cache aggregates usage statistics about the subreddits, links and comments that you click on. This data is stored only on your device and can be erased at any time. We use this data to intelligently guess which links you are likely to click in order to cache the relevant data locally on your device. When you then click on a cached link, the data is loaded very quickly from your device instead of from the web."
                + "\r\n\r\n" +
                "Overnight offline cache is an extension of the predictive cache. When your device is plugged in and connected to Wi-Fi, we can safely download more data at a faster rate. If you enable this option, we will run a background process during optimal conditions to download more reddit goodness."
                );
        }