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