private void OnRemoteIsTyping(IsTypingNotification notification)
 {
     Notify(notification.SenderUserId, notification.IsTyping);
 }
Example #2
0
        private static void MessagingServiceOnIsTypingNotification(IsTypingNotification notification)
        {
            Out.WriteLine("   opponent({1}) sent 'IsTyping' event ({0})", notification.IsTyping, notification.SenderUserId);
	    }