Skip to content

leancloud-sdk-7.1.2

Compare
Choose a tag to compare
@jwfing jwfing released this 25 Jan 04:17
· 505 commits to master since this release

Break changes

  • None

New features

  • #160: add new methods for supporting member query with iterator as following:
  AVIMConversation#queryBlockedMembers(int limit, String next, final AVIMConversationIterableResultCallback callback);
  AVIMConversation#queryMutedMembers(int limit, String next, final AVIMConversationIterableResultCallback callback);

Optimization and fixed bugs

  • fixed: #159: leanengine can't parse avobject parameter correctly.