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); }
public override void OnChatEndedWithError(ChatException chatException) { Log.Debug(TAG, "OnChatEndedWithError " + chatException); }