Method | Description | |
---|---|---|
ClearRTTConversation ( ) : void | ||
CreateRttConversation ( VATRPChat chatRoom ) : void | ||
InCallMessagingViewModel ( ) : System | ||
InCallMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System |
Method | Description | |
---|---|---|
FilterMessages ( object obj ) : bool | ||
ProcessInputCharacters ( object obj ) : void |
Method | Description | |
---|---|---|
Init ( ) : void | ||
OnChatRoomUpdated ( object sender, VATRP.Core.Events.ConversationUpdatedEventArgs e ) : void | ||
OnRttReceived ( object sender, |
||
SendMessage ( char key, bool isIncomplete ) : void | ||
SendMessage ( string message ) : void |
public CreateRttConversation ( VATRPChat chatRoom ) : void | ||
chatRoom | VATRPChat | |
return | void |
protected FilterMessages ( object obj ) : bool | ||
obj | object | |
return | bool |
public InCallMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System | ||
chatMng | IChatService | |
contactsMng | IContactsService | |
return | System |
protected ProcessInputCharacters ( object obj ) : void | ||
obj | object | |
return | void |