C# Class XamarinForms.QbChat.ViewModels.BaseChatViewModel

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

Protected Properties

Свойство Type Description
dialogId string
opponentUsers List

Méthodes publiques

Méthode Description
BaseChatViewModel ( string dialogId ) : QbChat.Pcl.Repository

Méthodes protégées

Méthode Description
SetRecepientName ( MessageTable messageTable ) : System.Threading.Tasks.Task

Method Details

BaseChatViewModel() public méthode

public BaseChatViewModel ( string dialogId ) : QbChat.Pcl.Repository
dialogId string
Résultat QbChat.Pcl.Repository

SetRecepientName() protected méthode

protected SetRecepientName ( MessageTable messageTable ) : System.Threading.Tasks.Task
messageTable QbChat.Pcl.Repository.MessageTable
Résultat System.Threading.Tasks.Task

Property Details

dialogId protected_oe property

protected string dialogId
Résultat string

opponentUsers protected_oe property

protected List opponentUsers
Résultat List