hyphenate_SDK3.0 3.9.9.2
hyphenate java IM SDK
|
Public 成员函数 | |
EMCircleServerAttribute () | |
String | getName () |
void | setName (String name) |
String | getIcon () |
void | setIcon (String icon) |
String | getDesc () |
void | setDesc (String desc) |
String | getExt () |
void | setExt (String ext) |
void | setType (EMCircleServerType type) |
EMCircleServerType | getType () |
void | setBackground (String backgroundUrl) |
String | getBackground () |
EMACircleServerAttribute | getEMObject () |
社区属性配置类。
com.hyphenate.chat.EMCircleServerAttribute.EMCircleServerAttribute | ( | ) |
无参构造函数。
String com.hyphenate.chat.EMCircleServerAttribute.getBackground | ( | ) |
获取社区背景。
String com.hyphenate.chat.EMCircleServerAttribute.getDesc | ( | ) |
获取社区描述。
EMACircleServerAttribute com.hyphenate.chat.EMCircleServerAttribute.getEMObject | ( | ) |
获取社区属性对象。
该方法供 SDK 内部使用。
String com.hyphenate.chat.EMCircleServerAttribute.getExt | ( | ) |
获取设置的社区的自定义扩展信息。
String com.hyphenate.chat.EMCircleServerAttribute.getIcon | ( | ) |
获取社区头像。
String com.hyphenate.chat.EMCircleServerAttribute.getName | ( | ) |
获取社区名称。
EMCircleServerType com.hyphenate.chat.EMCircleServerAttribute.getType | ( | ) |
获取社区类型,即公开或私密社区。
void com.hyphenate.chat.EMCircleServerAttribute.setBackground | ( | String | backgroundUrl | ) |
设置社区背景。
backgroundUrl | 社区背景的 URL。 |
void com.hyphenate.chat.EMCircleServerAttribute.setDesc | ( | String | desc | ) |
设置社区描述。
desc | 社区描述。 |
void com.hyphenate.chat.EMCircleServerAttribute.setExt | ( | String | ext | ) |
设置社区的自定义扩展信息。
ext | 社区的自定义扩展字段。 |
void com.hyphenate.chat.EMCircleServerAttribute.setIcon | ( | String | icon | ) |
设置社区头像。
icon | 社区头像的 URL。 |
void com.hyphenate.chat.EMCircleServerAttribute.setName | ( | String | name | ) |
设置社区名称。
name | 社区名称。 |
void com.hyphenate.chat.EMCircleServerAttribute.setType | ( | EMCircleServerType | type | ) |
设置社区的类型,即公开或私密社区。
type | 社区类型: |