setChatProps

fun setChatProps(action: String, chatId: String, callback: IResultCallback<Boolean>?)

对群组进行操作,具体操作类型见 Constant.CHAT_PROP 注意:本接口需要等 KIMCore.connectWithToken成功之后才能调用

注意:本接口需要等 KIMCore.connectWithToken成功之后才能调用

Parameters

action

Constant.CHAT_PROP

chatId

群组id

callback