继承自 IRtmApiNative , 以及 IDisposable .
◆ SetKey()
void agora_rtm.RtmChannelAttribute.SetKey |
( |
string |
key | ) |
|
设置频道属性的属性名。
- 参数
-
key | 频道属性的属性名。必须为可见字符且长度不得超过 32 字节。 |
◆ GetKey()
string agora_rtm.RtmChannelAttribute.GetKey |
( |
| ) |
|
◆ SetValue()
void agora_rtm.RtmChannelAttribute.SetValue |
( |
string |
value | ) |
|
设置频道属性的属性值。
- 参数
-
value | 频道属性的属性值。长度不得超过 8 KB。 |
◆ GetValue()
string agora_rtm.RtmChannelAttribute.GetValue |
( |
| ) |
|
◆ GetLastUpdateUserId()
string agora_rtm.RtmChannelAttribute.GetLastUpdateUserId |
( |
| ) |
|
获取最近一次更新频道属性用户的 ID。
- 返回
- 最近一次更新频道属性用户的 ID。
◆ GetLastUpdateTs()
Int64 agora_rtm.RtmChannelAttribute.GetLastUpdateTs |
( |
| ) |
|
获取频道属性最近一次更新的时间戳。
- 返回
- 频道属性最近一次更新的时间戳(毫秒)。