hyphenate_SDK3.0 3.9.9.2
hyphenate java IM SDK
|
Public 成员函数 | |
EMCircleChannelAttribute () | |
String | getName () |
void | setName (String name) |
String | getDesc () |
void | setDesc (String desc) |
String | getExt () |
void | setExt (String ext) |
void | setType (EMCircleChannelStyle type) |
EMCircleChannelStyle | type () |
int | getMaxUsers () |
void | setMaxUsers (int maxUsers) |
void | setRtcChannelId (String rtcChannelId) |
String | getRtcChannelId () |
EMACircleChannelAttribute | getEMObject () |
频道属性配置类。
com.hyphenate.chat.EMCircleChannelAttribute.EMCircleChannelAttribute | ( | ) |
无参构造函数。
String com.hyphenate.chat.EMCircleChannelAttribute.getDesc | ( | ) |
获取频道描述。
EMACircleChannelAttribute com.hyphenate.chat.EMCircleChannelAttribute.getEMObject | ( | ) |
获取频道属性对象。
该方法供 SDK 内部使用。
String com.hyphenate.chat.EMCircleChannelAttribute.getExt | ( | ) |
获取频道的自定义扩展信息。
int com.hyphenate.chat.EMCircleChannelAttribute.getMaxUsers | ( | ) |
获取频道最大成员数量。
String com.hyphenate.chat.EMCircleChannelAttribute.getName | ( | ) |
获取频道名称。
String com.hyphenate.chat.EMCircleChannelAttribute.getRtcChannelId | ( | ) |
获取 RTC 频道 ID。
void com.hyphenate.chat.EMCircleChannelAttribute.setDesc | ( | String | desc | ) |
设置频道描述。
desc | 频道描述。 |
void com.hyphenate.chat.EMCircleChannelAttribute.setExt | ( | String | ext | ) |
设置频道的自定义扩展信息。
ext | 频道的自定义扩展信息。 |
void com.hyphenate.chat.EMCircleChannelAttribute.setMaxUsers | ( | int | maxUsers | ) |
设置频道最大成员数量。
maxUsers | 频道最大成员数量。
|
void com.hyphenate.chat.EMCircleChannelAttribute.setName | ( | String | name | ) |
设置频道名称。
name | 频道名称。 |
void com.hyphenate.chat.EMCircleChannelAttribute.setRtcChannelId | ( | String | rtcChannelId | ) |
设置 RTC 频道 ID。
rtcChannelId | RTC 频道 ID。 |
void com.hyphenate.chat.EMCircleChannelAttribute.setType | ( | EMCircleChannelStyle | type | ) |
设置频道类型。
type | 频道类型: |
EMCircleChannelStyle com.hyphenate.chat.EMCircleChannelAttribute.type | ( | ) |
获取频道类型。