C# Class ExamplesChat.iOS.ChatAppiOS

All NetworkComms.Net implementation can be found here and in ChatAppBase
Inheritance: ChatAppBase
Mostrar archivo Open project: MarcFletcher/NetworkComms.Net Class Usage Examples

Public Methods

Method Description
AppendLineToChatHistory ( string message ) : void
ChatAppiOS ( UITextView chatHistoryBox, UITextField messageBox ) : System

Constructor for the iOS chat app.

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

Method Details

AppendLineToChatHistory() public method

public AppendLineToChatHistory ( string message ) : void
message string
return void

ChatAppiOS() public method

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

ClearChatHistory() public method

public ClearChatHistory ( ) : void
return void

ClearInputLine() public method

public ClearInputLine ( ) : void
return void

ShowMessage() public method

public ShowMessage ( string message ) : void
message string
return void