C# 클래스 SnapDotNet.Core.Snapchat.Api.SnapChatManager

상속: System.NotifyPropertyChangedBase
파일 보기 프로젝트 열기: 0xdeafcafe/SnapDotNet 1 사용 예제들

공개 메소드들

메소드 설명
DeleteAsync ( ) : System.Threading.Tasks.Task
IsAuthenticated ( ) : bool

Load ( ) : void
Logout ( ) : Task
Save ( ) : void
SaveAccountData ( ) : void
SnapChatManager ( ) : System

SnapChatManager ( string username, string authToken, bool getUpdates = false ) : System

UpdateAccount ( Account account ) : void
UpdateAllAsync ( System.Action hidependingUiAction, ApplicationSettings settings ) : System.Threading.Tasks.Task
UpdateAuthToken ( string authToken ) : void
UpdatePublicActivities ( PublicActivity>.ObservableDictionary publicActivities ) : void
UpdateStories ( Stories stories ) : void
UpdateUsername ( string username ) : void

비공개 메소드들

메소드 설명
DownloadSnaps ( ApplicationSettings settings ) : System.Threading.Tasks.Task

메소드 상세

DeleteAsync() 공개 메소드

public DeleteAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

IsAuthenticated() 공개 메소드

public IsAuthenticated ( ) : bool
리턴 bool

Load() 공개 메소드

public Load ( ) : void
리턴 void

Logout() 공개 메소드

public Logout ( ) : Task
리턴 Task

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveAccountData() 공개 메소드

public SaveAccountData ( ) : void
리턴 void

SnapChatManager() 공개 메소드

public SnapChatManager ( ) : System
리턴 System

SnapChatManager() 공개 메소드

public SnapChatManager ( string username, string authToken, bool getUpdates = false ) : System
username string
authToken string
getUpdates bool
리턴 System

UpdateAccount() 공개 메소드

public UpdateAccount ( Account account ) : void
account SnapDotNet.Core.Snapchat.Models.Account
리턴 void

UpdateAllAsync() 공개 메소드

public UpdateAllAsync ( System.Action hidependingUiAction, ApplicationSettings settings ) : System.Threading.Tasks.Task
hidependingUiAction System.Action
settings ApplicationSettings
리턴 System.Threading.Tasks.Task

UpdateAuthToken() 공개 메소드

public UpdateAuthToken ( string authToken ) : void
authToken string
리턴 void

UpdatePublicActivities() 공개 메소드

public UpdatePublicActivities ( PublicActivity>.ObservableDictionary publicActivities ) : void
publicActivities PublicActivity>.ObservableDictionary
리턴 void

UpdateStories() 공개 메소드

public UpdateStories ( Stories stories ) : void
stories Stories
리턴 void

UpdateUsername() 공개 메소드

public UpdateUsername ( string username ) : void
username string
리턴 void