C# Class XamarinForms.QbChat.ViewModels.PrivateChantViewModel

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

Public Methods

Method Description
LoadMessages ( ) : System.Threading.Tasks.Task
OnAppearing ( ) : void
PrivateChantViewModel ( string dialogId ) : Quickblox.Sdk.Modules.ChatXmppModule

Private Methods

Method Description
OnMessageReceived ( object sender, MessageEventArgs messageEventArgs ) : void
SendMessageCommandExecute ( object obj ) : void

Method Details

LoadMessages() public method

public LoadMessages ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnAppearing() public method

public OnAppearing ( ) : void
return void

PrivateChantViewModel() public method

public PrivateChantViewModel ( string dialogId ) : Quickblox.Sdk.Modules.ChatXmppModule
dialogId string
return Quickblox.Sdk.Modules.ChatXmppModule