C# Class XamarinForms.QbChat.ViewModels.ChatsViewModel

Inheritance: ViewModel
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Méthodes publiques

Méthode Description
AddDialogToList ( DialogTable dialogTable ) : void
ChatsViewModel ( ) : System
OnAppearing ( ) : void

Private Methods

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

public AddDialogToList ( DialogTable dialogTable ) : void
dialogTable QbChat.Pcl.Repository.DialogTable
Résultat void

ChatsViewModel() public méthode

public ChatsViewModel ( ) : System
Résultat System

OnAppearing() public méthode

public OnAppearing ( ) : void
Résultat void