//Refresh private void SwipeRefreshLayoutOnRefresh(object sender, EventArgs e) { try { MAdapter.MyVideoList.Clear(); MAdapter.NotifyDataSetChanged(); MainScrollEvent.IsLoading = false; StartApiService(); } catch (Exception exception) { Methods.DisplayReportResultTrack(exception); } }
//Refresh private void SwipeRefreshLayoutOnRefresh(object sender, EventArgs e) { try { MAdapter.MyVideoList.Clear(); MAdapter.NotifyDataSetChanged(); MainScrollEvent.IsLoading = false; StartApiService(); } catch (Exception exception) { Console.WriteLine(exception); } }