public class ChannelUidNotification
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelUidNotification.MemberInfo |
| Constructor and Description |
|---|
ChannelUidNotification(long channelID) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMemberInfo(long imUid,
int channelID) |
long |
getChannelID() |
java.util.List<ChannelUidNotification.MemberInfo> |
getMemberInfos() |
java.lang.String |
toString() |
public void addMemberInfo(long imUid,
int channelID)
public long getChannelID()
public java.util.List<ChannelUidNotification.MemberInfo> getMemberInfos()
public java.lang.String toString()
toString in class java.lang.Object