|
Signaling (previously RTM) SDK v1.5.0 API Reference for Android
|
Public Member Functions |
|
| RtmChannelMemberCount (String channelID, int memberCount) | |
| void | setChannelID (String channelID) |
| String | getChannelID () |
| void | setMemberCount (int memberCount) |
| int | getMemberCount () |
| String | toString () |
| io.agora.rtm.RtmChannelMemberCount.RtmChannelMemberCount | ( | String | channelID, |
| int | memberCount | ||
| ) |
The construction method of the RtmChannelMemberCount class.
| channelID |
The ID of the channel. The string length must be less than 64 bytes with the
following character scope:
channelId cannot be empty, null, or "null".
|
| memberCount | The member count of channel [channelID]. |
| void io.agora.rtm.RtmChannelMemberCount.setChannelID | ( | String | channelID | ) |
Sets the ID of the channel.
| channelID |
The ID of the channel. The string length must be less than 64 bytes with the
following character scope:
channelId cannot be empty, null, or "null".
|
| String io.agora.rtm.RtmChannelMemberCount.getChannelID | ( | ) |
Gets the ID of the channel.
| void io.agora.rtm.RtmChannelMemberCount.setMemberCount | ( | int | memberCount | ) |
FOR INTERNAL USE ONLY
| int io.agora.rtm.RtmChannelMemberCount.getMemberCount | ( | ) |
Gets the current member count of the channel.
channelId is not found.