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