RtmChannelMember

最近更新时间:2022-09-20 05:17:40

Public 成员函数
abstract StringgetUserId ()
abstract StringgetChannelId ()

详细描述

用于获取 AR RTM 频道成员的属性。

成员函数说明

getChannelId()

abstract String org.ar.rtm.RtmChannelMember.getChannelId()

获取频道用户所在频道的 ID。

返回

获取频道成员所在频道的 ID。

getUserId()

abstract String org.ar.rtm.RtmChannelMember.getUserId()

获取频道成员的用户 ID。

返回

频道成员的用户 ID。