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

Inheritance: com.vtcsecure.ace.windows.ViewModel.MessagingViewModel
Afficher le fichier Open project: VTCSecureLLC/ace-windows Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
FilterMessages ( object obj ) : bool
ProcessInputCharacters ( object obj ) : void

Private Methods

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

public ClearRTTConversation ( ) : void
Résultat void

CreateRttConversation() public méthode

public CreateRttConversation ( VATRPChat chatRoom ) : void
chatRoom VATRPChat
Résultat void

FilterMessages() protected méthode

protected FilterMessages ( object obj ) : bool
obj object
Résultat bool

InCallMessagingViewModel() public méthode

public InCallMessagingViewModel ( ) : System
Résultat System

InCallMessagingViewModel() public méthode

public InCallMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System
chatMng IChatService
contactsMng IContactsService
Résultat System

ProcessInputCharacters() protected méthode

protected ProcessInputCharacters ( object obj ) : void
obj object
Résultat void