C# Class com.vtcsecure.ace.windows.ViewModel.InCallMessagingViewModel

Inheritance: com.vtcsecure.ace.windows.ViewModel.MessagingViewModel
ファイルを表示 Open project: VTCSecureLLC/ace-windows Class Usage Examples

Public Methods

Method Description
ClearRTTConversation ( ) : void
CreateRttConversation ( VATRPChat chatRoom ) : void
InCallMessagingViewModel ( ) : System
InCallMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System

Protected Methods

Method Description
FilterMessages ( object obj ) : bool
ProcessInputCharacters ( object obj ) : void

Private Methods

Method Description
Init ( ) : void
OnChatRoomUpdated ( object sender, VATRP.Core.Events.ConversationUpdatedEventArgs e ) : void
OnRttReceived ( object sender, EventArgs e ) : void
SendMessage ( char key, bool isIncomplete ) : void
SendMessage ( string message ) : void

Method Details

ClearRTTConversation() public method

public ClearRTTConversation ( ) : void
return void

CreateRttConversation() public method

public CreateRttConversation ( VATRPChat chatRoom ) : void
chatRoom VATRPChat
return void

FilterMessages() protected method

protected FilterMessages ( object obj ) : bool
obj object
return bool

InCallMessagingViewModel() public method

public InCallMessagingViewModel ( ) : System
return System

InCallMessagingViewModel() public method

public InCallMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System
chatMng IChatService
contactsMng IContactsService
return System

ProcessInputCharacters() protected method

protected ProcessInputCharacters ( object obj ) : void
obj object
return void