C# Class XamarinForms.QbChat.ViewModels.BaseChatViewModel

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

Protected Properties

Property Type Description
dialogId string
opponentUsers List

Public Methods

Method Description
BaseChatViewModel ( string dialogId ) : QbChat.Pcl.Repository

Protected Methods

Method Description
SetRecepientName ( MessageTable messageTable ) : System.Threading.Tasks.Task

Method Details

BaseChatViewModel() public method

public BaseChatViewModel ( string dialogId ) : QbChat.Pcl.Repository
dialogId string
return QbChat.Pcl.Repository

SetRecepientName() protected method

protected SetRecepientName ( MessageTable messageTable ) : System.Threading.Tasks.Task
messageTable QbChat.Pcl.Repository.MessageTable
return System.Threading.Tasks.Task

Property Details

dialogId protected_oe property

protected string dialogId
return string

opponentUsers protected_oe property

protected List opponentUsers
return List