C# Class Dodo.Modules.Dashboard.DashboardViewModel

Inheritance: BindableBase
Exibir arquivo Open project: Code52/dodo Class Usage Examples

Public Methods

Method Description
DashboardViewModel ( Func getAnonymousSession, IUserSession>.Func getUserSession, IDiagnosticService diagnostics, ISettingsService settings, CoreDispatcher dispatcher ) : System
Start ( ) : void

Private Methods

Method Description
AddTweet ( Tweet tweet ) : void
AddTweetFirst ( Tweet tweet ) : void
GetDirectMessages ( ) : void
GetMentions ( ) : void
GetRetweets ( ) : void
GetTimeline ( ) : void
OnError ( Exception ex ) : void
OnNext ( Tweet tweet ) : void
OnStreamed ( Tweet tweet ) : void
SetupApplication ( ) : void
StartOAuthFlow ( ) : void
StartStreaming ( ) : void

Method Details

DashboardViewModel() public method

public DashboardViewModel ( Func getAnonymousSession, IUserSession>.Func getUserSession, IDiagnosticService diagnostics, ISettingsService settings, CoreDispatcher dispatcher ) : System
getAnonymousSession Func
getUserSession IUserSession>.Func
diagnostics IDiagnosticService
settings ISettingsService
dispatcher Windows.UI.Core.CoreDispatcher
return System

Start() public method

public Start ( ) : void
return void