Пример #1
0
 private void OnTypingStatusNotification(TypingStatusUpdateNotification notification)
 {
     if (notification.Channel != null && notification.Channel.Equals(_channel))
     {
         Channel = notification.Channel;
     }
 }
 private void OnTypingStatusNotification(TypingStatusUpdateNotification notification)
 {
     RefreshOrAddEntryInList(notification.Channel);
 }
Пример #3
0
        public void OnTypingStatusUpdated(ChannelInfo channelInfo)
        {
            var message = new TypingStatusUpdateNotification(this, channelInfo);

            _messenger.Publish(message);
        }