Inherits Serializable.
The basic group information, which is used when getting the public group list.
- See also
- GroupManager::getPublicGroupsFromServer(int, String)
◆ GroupInfo()
io.agora.chat.GroupInfo.GroupInfo |
( |
String |
groupId, |
|
|
String |
groupName |
|
) |
| |
The constructor of GroupInfo.
- Parameters
-
groupId | The group ID. |
groupName | The group name. |
◆ getGroupId()
String io.agora.chat.GroupInfo.getGroupId |
( |
| ) |
|
Gets the group ID.
- Returns
- The group ID.
◆ getGroupName()
String io.agora.chat.GroupInfo.getGroupName |
( |
| ) |
|
Gets the group name.
- Returns
- The group name.
◆ setGroupId()
void io.agora.chat.GroupInfo.setGroupId |
( |
String |
groupId | ) |
|
Sets the group ID.
- Parameters
-
◆ setGroupName()
void io.agora.chat.GroupInfo.setGroupName |
( |
String |
groupName | ) |
|
Sets the group name.
- Parameters
-
The documentation for this class was generated from the following file:
- io/agora/chat/GroupInfo.java