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