Public Member Functions | |
| EMGroupInfo (String groupId, String groupName) | |
| String | getGroupId () |
| void | setGroupId (String groupId) |
| String | getGroupName () |
| void | setGroupName (String groupName) |
The basic group information.
| com.hyphenate.chat.EMGroupInfo.EMGroupInfo | ( | String | groupId, |
| String | groupName ) |
The constructor of EMGroupInfo.
| groupId | The group ID. |
| groupName | The group name. |
| String com.hyphenate.chat.EMGroupInfo.getGroupId | ( | ) |
Gets the group ID.
| String com.hyphenate.chat.EMGroupInfo.getGroupName | ( | ) |
Gets the group name.
| void com.hyphenate.chat.EMGroupInfo.setGroupId | ( | String | groupId | ) |
Sets the group ID.
| groupId | The group ID. |
| void com.hyphenate.chat.EMGroupInfo.setGroupName | ( | String | groupName | ) |
Sets the group name.
| groupName | The group name. |