Public 成员函数 | |
---|---|
virtual const char * | getUserId () const =0 |
virtual const char * | getChannelId () const =0 |
virtual void | release ()=0 |
Protected 成员函数 | |
---|---|
virtual | ~IChannelMember () |
构造及析构函数说明
~IChannelMember
virtual ~IChannelMember()
成员函数说明
getChannelId
virtual const char * getChannelId() const
获取指定用户所在频道的 ID。
返回
获取指定用户所在频道的 ID。
getUserId
virtual const char * getUserId() const
获获取频道内指定用户的 ID。
返回
频道内指定用户的 ID。
release
virtual void release()