Skip to content

v0.4.0 Release

Compare
Choose a tag to compare
@KenChoi1992 KenChoi1992 released this 30 Jun 02:12
· 800 commits to master since this release

Change Log

Android

  • fix #52
  • Message type add SEND_CUSTOM & RECEIVE_CUSTOM
  • ChatInputView add Interface: OnClickEditTextListener
    usage:
mChatInput.setOnClickEditTextListener(new OnClickEditTextListener() {
            @Override
            public void onTouchEditText() {
                // do something
            }
        });

iOS

  • surport custom Message