Ejemplo n.º 1
0
 private bool onSendChatActivity(ChatServiceEvents.SendChatActivity evt)
 {
     showActiveTyping(base.localSessionId);
     return(false);
 }
Ejemplo n.º 2
0
 private bool onSendChatActivity(ChatServiceEvents.SendChatActivity evt)
 {
     hideIndicatorForChat();
     return(false);
 }
 private bool onSendChatActivity(ChatServiceEvents.SendChatActivity evt)
 {
     showChatActivity(dataEntityCollection.LocalPlayerSessionId);
     layoutElementPool.ElementScrollRect.verticalNormalizedPosition = 0f;
     return(false);
 }
Ejemplo n.º 4
0
 private bool onSendChatActivity(ChatServiceEvents.SendChatActivity evt)
 {
     Service.Get <INetworkServicesManager>().ChatService.SendActivity();
     return(false);
 }