C# Class XamarinForms.QbChat.ViewModels.ChatsViewModel

Inheritance: ViewModel
ファイルを表示 Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method Description
AddDialogToList ( DialogTable dialogTable ) : void
ChatsViewModel ( ) : System
OnAppearing ( ) : void

Private Methods

Method Description
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

Method Details

AddDialogToList() public method

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

ChatsViewModel() public method

public ChatsViewModel ( ) : System
return System

OnAppearing() public method

public OnAppearing ( ) : void
return void