public void OnActivityError(IChat chat, Java.Lang.Ref.WeakReference activity, ChatException error)
 {
     Log.Debug(TAG, "onChatActivityError " + error.Message);
 }
 public void OnChatEndedWithError(ChatException chatException)
 {
     Log.Debug(TAG, "OnChatEndedWithError " + chatException.Message);
 }
Exemplo n.º 3
0
 public override void OnChatEndedWithError(ChatException chatException)
 {
     Log.Debug(TAG, "OnChatEndedWithError " + chatException);
 }