C# Class XamarinForms.QbChat.Pages.PrivateChatPage

Inheritance: Xamarin.Forms.ContentPage
Exibir arquivo Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method Description
PrivateChatPage ( String dialogId ) : System
ScrollList ( ) : void

Protected Methods

Method Description
OnAppearing ( ) : void

Private Methods

Method Description
Entry_TextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

PrivateChatPage() public method

public PrivateChatPage ( String dialogId ) : System
dialogId String
return System

ScrollList() public method

public ScrollList ( ) : void
return void