C# 클래스 com.vtcsecure.ace.windows.ViewModel.InCallMessagingViewModel

상속: com.vtcsecure.ace.windows.ViewModel.MessagingViewModel
파일 보기 프로젝트 열기: VTCSecureLLC/ace-windows 1 사용 예제들

공개 메소드들

메소드 설명
ClearRTTConversation ( ) : void
CreateRttConversation ( VATRPChat chatRoom ) : void
InCallMessagingViewModel ( ) : System
InCallMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System

보호된 메소드들

메소드 설명
FilterMessages ( object obj ) : bool
ProcessInputCharacters ( object obj ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ClearRTTConversation() 공개 메소드

public ClearRTTConversation ( ) : void
리턴 void

CreateRttConversation() 공개 메소드

public CreateRttConversation ( VATRPChat chatRoom ) : void
chatRoom VATRPChat
리턴 void

FilterMessages() 보호된 메소드

protected FilterMessages ( object obj ) : bool
obj object
리턴 bool

InCallMessagingViewModel() 공개 메소드

public InCallMessagingViewModel ( ) : System
리턴 System

InCallMessagingViewModel() 공개 메소드

public InCallMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System
chatMng IChatService
contactsMng IContactsService
리턴 System

ProcessInputCharacters() 보호된 메소드

protected ProcessInputCharacters ( object obj ) : void
obj object
리턴 void