public YoutubeWebViewClient(ViewControls controls) { Controls = controls; Controls.DownloadButton.Enabled = false; Controls.DownloadButton.Click += DownloadButtonOnClick; Controls.DownloadFrame.Click += DownloadFrame_Click; _settings = new Settings(); _lists = new DownloadLists(_settings, OnDownloadStatusChange, null); //, OnDownloadAvailable); var receiver = new DownloadBroadcastReceiver(this); Controls.Activity.RegisterReceiver(receiver, new IntentFilter(DownloadManager.ActionDownloadComplete)); }
public bool FillDownloadLists(DownloadLists lists) { return false; }
public void SaveDownloadLists(DownloadLists lists) { }