C# Class QbChat.UWP.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 ( ) : QbChat.Pcl
OnAppearing ( ) : void

Private Methods

Méthode Description
CreateNewChatCommandExecute ( ) : void
LogoutCommandExecute ( ) : 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 ( ) : QbChat.Pcl
Résultat QbChat.Pcl

OnAppearing() public méthode

public OnAppearing ( ) : void
Résultat void