C# 클래스 XamarinForms.QbChat.ViewModels.ChatsViewModel

상속: ViewModel
파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk 1 사용 예제들

공개 메소드들

메소드 설명
AddDialogToList ( DialogTable dialogTable ) : void
ChatsViewModel ( ) : System
OnAppearing ( ) : void

비공개 메소드들

메소드 설명
CreateNewChatCommandExecute ( object obj ) : void
LogoutCommandExecute ( object obj ) : void
OnMessageReceived ( object sender, MessageEventArgs messageEventArgs ) : void
OnSystemMessageReceived ( object sender, SystemMessageEventArgs messageEventArgs ) : void
TappedCommandExecute ( DialogTable dialogItem ) : void
UpdateDialogsList ( ) : void

메소드 상세

AddDialogToList() 공개 메소드

public AddDialogToList ( DialogTable dialogTable ) : void
dialogTable QbChat.Pcl.Repository.DialogTable
리턴 void

ChatsViewModel() 공개 메소드

public ChatsViewModel ( ) : System
리턴 System

OnAppearing() 공개 메소드

public OnAppearing ( ) : void
리턴 void