C# Class PlayStation_Gui.ViewModels.LiveFromPlayStationViewModel

Inheritance: Template10.Mvvm.ViewModelBase
Mostra file Open project: drasticactions/Pureisuteshon-App

Public Methods

Method Description
BuildList ( ) : System.Threading.Tasks.Task
BuildListInteractive ( ) : System.Threading.Tasks.Task
BuildListSearch ( ) : System.Threading.Tasks.Task
BuildNicoList ( ) : System.Threading.Tasks.Task
BuildTwitch ( ) : System.Threading.Tasks.Task
BuildUstreamList ( ) : System.Threading.Tasks.Task
LiveGrid_OnItemClick ( object sender, ItemClickEventArgs e ) : void
OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task
PullToRefresh_ListView ( object sender, AmazingPullToRefresh.Controls.RefreshRequestedEventArgs e ) : void

Private Methods

Method Description
SetNicoDougaElements ( bool interactive = false, string query = "" ) : System.Threading.Tasks.Task
SetTwitchElements ( bool interactive = false, string query = "" ) : System.Threading.Tasks.Task
SetUstreamElements ( bool interactive = false, string query = "" ) : System.Threading.Tasks.Task

Method Details

BuildList() public method

public BuildList ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

BuildListInteractive() public method

public BuildListInteractive ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

BuildListSearch() public method

public BuildListSearch ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

BuildNicoList() public method

public BuildNicoList ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

BuildTwitch() public method

public BuildTwitch ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

BuildUstreamList() public method

public BuildUstreamList ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

LiveGrid_OnItemClick() public method

public LiveGrid_OnItemClick ( object sender, ItemClickEventArgs e ) : void
sender object
e Windows.UI.Xaml.Controls.ItemClickEventArgs
return void

OnNavigatedToAsync() public method

public OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task
parameter object
mode NavigationMode
state object>.IDictionary
return System.Threading.Tasks.Task

PullToRefresh_ListView() public method

public PullToRefresh_ListView ( object sender, AmazingPullToRefresh.Controls.RefreshRequestedEventArgs e ) : void
sender object
e AmazingPullToRefresh.Controls.RefreshRequestedEventArgs
return void