C# Class ExamplesChat.iOS.ChatAppiOS

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

Méthodes publiques

Méthode 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 méthode

public AppendLineToChatHistory ( string message ) : void
message string
Résultat void

ChatAppiOS() public méthode

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

ClearChatHistory() public méthode

public ClearChatHistory ( ) : void
Résultat void

ClearInputLine() public méthode

public ClearInputLine ( ) : void
Résultat void

ShowMessage() public méthode

public ShowMessage ( string message ) : void
message string
Résultat void