All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.leancloud.im.v2.AVIMServiceConversation Maven / Gradle / Ivy

package cn.leancloud.im.v2;

public class AVIMServiceConversation extends AVIMConversation {
  protected AVIMServiceConversation(AVIMClient client, String conversationId) {
    super(client, conversationId);
    setSystem(true);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy