setBoxProps

fun setBoxProps(action: String, boxType: Int, callback: IResultCallback<Boolean>?)

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

Parameters

action

Constant.BOX_PROP

boxType

Constant.BOX_TYPE 盒子类型

callback