C# 클래스 ExamplesChat.Android.ChatAppAndroid

All NetworkComms.Net implementation can be found here and in ChatAppBase
상속: ChatAppBase
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net 1 사용 예제들

공개 메소드들

메소드 설명
AppendLineToChatHistory ( string message ) : void

Append the provided message to the chatBox text box.

ChatAppAndroid ( Android.Content.Context parentContext, Android.Widget.TextView chatHistory, Android.Widget.AutoCompleteTextView input ) : System

Constructor for the Android chat app.

ClearChatHistory ( ) : void

Clear all previous chat history

ClearInputLine ( ) : void

Clears the input text box

ShowMessage ( string message ) : void

Ouput message on error

메소드 상세

AppendLineToChatHistory() 공개 메소드

Append the provided message to the chatBox text box.
public AppendLineToChatHistory ( string message ) : void
message string Message to be appended
리턴 void

ChatAppAndroid() 공개 메소드

Constructor for the Android chat app.
public ChatAppAndroid ( Android.Content.Context parentContext, Android.Widget.TextView chatHistory, Android.Widget.AutoCompleteTextView input ) : System
parentContext Android.Content.Context
chatHistory Android.Widget.TextView
input Android.Widget.AutoCompleteTextView
리턴 System

ClearChatHistory() 공개 메소드

Clear all previous chat history
public ClearChatHistory ( ) : void
리턴 void

ClearInputLine() 공개 메소드

Clears the input text box
public ClearInputLine ( ) : void
리턴 void

ShowMessage() 공개 메소드

Ouput message on error
public ShowMessage ( string message ) : void
message string Message to be output
리턴 void