C# 클래스 Dodo.Modules.Dashboard.DashboardViewModel

상속: BindableBase
파일 보기 프로젝트 열기: Code52/dodo 1 사용 예제들

공개 메소드들

메소드 설명
DashboardViewModel ( Func getAnonymousSession, IUserSession>.Func getUserSession, IDiagnosticService diagnostics, ISettingsService settings, CoreDispatcher dispatcher ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DashboardViewModel() 공개 메소드

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
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void