Esempio n. 1
0
 public void OnSendOutOfDialogMessageFailure(long messageId, string fromDisplayName, string from, string toDisplayName, string to, string reason, int code)
 {
     if (events != null)
     {
         events.onSendOutOfDialogMessageFailure(messageId, fromDisplayName, from, toDisplayName, to, reason, code);
     }
 }