C# Class Dodo.Modules.Dashboard.DashboardViewModel

Inheritance: BindableBase
Afficher le fichier Open project: Code52/dodo Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void