public static class TIMGroupSettings.Options
extends java.lang.Object
| 构造器和说明 |
|---|
Options() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCustomTag(java.lang.String tag)
已过时。
|
void |
setCustomTags(java.util.List<java.lang.String> customTags)
已过时。
|
void |
setFlags(long flags)
设置群信息或者群成员信息的拉取标志,默认全部拉取
|
public void setFlags(long flags)
flags - 拉取资料标志
群资料标志如TIMGroupManager.TIM_GET_GROUP_BASE_INFO_FLAG_NAME等,
群成员资料标志如TIMGroupManager.TIM_GET_GROUP_MEM_INFO_FLAG_NAME_CARD等@Deprecated public void setCustomTags(java.util.List<java.lang.String> customTags)
customTags - 自定义资料标签@Deprecated public void addCustomTag(java.lang.String tag)
tag - 自定义资料标签