Method | Description | |
---|---|---|
FilterContactsList ( object item ) : bool | ||
SimpleMessagingViewModel ( ) : System | ||
SimpleMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System |
Method | Description | |
---|---|---|
ChangeUnreadCounter ( ) : void | ||
FilterMessages ( object obj ) : bool | ||
ProcessInputCharacters ( object obj ) : void | ||
RefreshContactsList ( ) : void |
Method | Description | |
---|---|---|
CheckReceiverContact ( ) : bool | ||
Init ( ) : void | ||
OnChatRoomUpdated ( object sender, VATRP.Core.Events.ConversationUpdatedEventArgs e ) : void | ||
OnDeclineMessageReceived ( object sender, |
||
OnUnreadStateChanged ( object sender, VATRP e ) : void | ||
SendMessage ( string message ) : void | ||
SendSimpleMessage ( string message ) : bool | ||
ShowUnreadMessageInfo ( bool updUnreadCounter ) : void |
public FilterContactsList ( object item ) : bool | ||
item | object | |
return | bool |
protected FilterMessages ( object obj ) : bool | ||
obj | object | |
return | bool |
protected ProcessInputCharacters ( object obj ) : void | ||
obj | object | |
return | void |
public SimpleMessagingViewModel ( IChatService chatMng, IContactsService contactsMng ) : System | ||
chatMng | IChatService | |
contactsMng | IContactsService | |
return | System |