![JAR search and dependency download from the Maven repository](/logo.png)
com.avos.avoscloud.im.v2.AVIMChatRoom Maven / Gradle / Ivy
The newest version!
package com.avos.avoscloud.im.v2;
import java.util.List;
import java.util.Map;
/**
* Created by fengjunwen on 2017/11/2.
*/
public class AVIMChatRoom extends AVIMConversation {
protected AVIMChatRoom(AVIMClient client, String conversationId){
super(client, conversationId);
setTransientForInit(true);
}
protected AVIMChatRoom(AVIMClient client, List members,
Map attributes) {
super(client, members, attributes, true);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy