Public Member Functions | |
| EMSenderInfo (EMASenderInfo senderInfo) | |
| String | getUserId () |
| String | getNickname () |
| String | getAvatar () |
| String | getNamecard () |
| String | getRemark () |
Protected Member Functions | |
| EMSenderInfo () | |
The message sender information class that contains user attributes of the sender.
|
protected |
Constructor.
| com.hyphenate.chat.EMSenderInfo.EMSenderInfo | ( | EMASenderInfo | senderInfo | ) |
Constructs an instance with the underlying adapter object.
| senderInfo | The underlying adapter object. |
| String com.hyphenate.chat.EMSenderInfo.getAvatar | ( | ) |
Gets the user avatar URL of the sender.
| String com.hyphenate.chat.EMSenderInfo.getNamecard | ( | ) |
Gets the name card of the sender in the group.
| String com.hyphenate.chat.EMSenderInfo.getNickname | ( | ) |
Gets the user nickname of the sender.
| String com.hyphenate.chat.EMSenderInfo.getRemark | ( | ) |
Gets the contact remarks of the sender.
| String com.hyphenate.chat.EMSenderInfo.getUserId | ( | ) |
Gets the user ID of the sender.