C# 클래스 ExamplesChat.iOS.ChatAppiOS

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

공개 메소드들

메소드 설명
AppendLineToChatHistory ( string message ) : void
ChatAppiOS ( UITextView chatHistoryBox, UITextField messageBox ) : System

Constructor for the iOS chat app.

ClearChatHistory ( ) : void
ClearInputLine ( ) : void
ShowMessage ( string message ) : void

메소드 상세

AppendLineToChatHistory() 공개 메소드

public AppendLineToChatHistory ( string message ) : void
message string
리턴 void

ChatAppiOS() 공개 메소드

Constructor for the iOS chat app.
public ChatAppiOS ( UITextView chatHistoryBox, UITextField messageBox ) : System
chatHistoryBox UITextView
messageBox UITextField
리턴 System

ClearChatHistory() 공개 메소드

public ClearChatHistory ( ) : void
리턴 void

ClearInputLine() 공개 메소드

public ClearInputLine ( ) : void
리턴 void

ShowMessage() 공개 메소드

public ShowMessage ( string message ) : void
message string
리턴 void