hyphenate_SDK3.0 3.9.9.2
hyphenate java IM SDK
Public 成员函数 | 所有成员列表
com.hyphenate.chat.EMCircleChannelAttribute类 参考

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 ()
 

详细描述

频道属性配置类。

构造及析构函数说明

◆ EMCircleChannelAttribute()

com.hyphenate.chat.EMCircleChannelAttribute.EMCircleChannelAttribute ( )

无参构造函数。

成员函数说明

◆ getDesc()

String com.hyphenate.chat.EMCircleChannelAttribute.getDesc ( )

获取频道描述。

返回
频道描述。

◆ getEMObject()

EMACircleChannelAttribute com.hyphenate.chat.EMCircleChannelAttribute.getEMObject ( )

获取频道属性对象。

该方法供 SDK 内部使用。

返回
频道属性对象。

◆ getExt()

String com.hyphenate.chat.EMCircleChannelAttribute.getExt ( )

获取频道的自定义扩展信息。

返回
频道的自定义扩展信息。

◆ getMaxUsers()

int com.hyphenate.chat.EMCircleChannelAttribute.getMaxUsers ( )

获取频道最大成员数量。

返回
频道最大成员数量。

◆ getName()

String com.hyphenate.chat.EMCircleChannelAttribute.getName ( )

获取频道名称。

返回
频道名称。

◆ getRtcChannelId()

String com.hyphenate.chat.EMCircleChannelAttribute.getRtcChannelId ( )

获取 RTC 频道 ID。

返回
RTC 频道 ID。

◆ setDesc()

void com.hyphenate.chat.EMCircleChannelAttribute.setDesc ( String  desc)

设置频道描述。

参数
desc频道描述。

◆ setExt()

void com.hyphenate.chat.EMCircleChannelAttribute.setExt ( String  ext)

设置频道的自定义扩展信息。

参数
ext频道的自定义扩展信息。

◆ setMaxUsers()

void com.hyphenate.chat.EMCircleChannelAttribute.setMaxUsers ( int  maxUsers)

设置频道最大成员数量。

参数
maxUsers频道最大成员数量。
  • 对于语聊频道,该参数的取值范围为 [1,20],默认值为 8
  • 对于文字频道,该参数的取值范围为 [1,2000],默认值为 2000

◆ setName()

void com.hyphenate.chat.EMCircleChannelAttribute.setName ( String  name)

设置频道名称。

参数
name频道名称。

◆ setRtcChannelId()

void com.hyphenate.chat.EMCircleChannelAttribute.setRtcChannelId ( String  rtcChannelId)

设置 RTC 频道 ID。

参数
rtcChannelIdRTC 频道 ID。

◆ setType()

void com.hyphenate.chat.EMCircleChannelAttribute.setType ( EMCircleChannelStyle  type)

设置频道类型。

参数
type频道类型:

◆ type()

EMCircleChannelStyle com.hyphenate.chat.EMCircleChannelAttribute.type ( )

获取频道类型。

返回
频道类型:

该类的文档由以下文件生成: