Public Member Functions | |
| String | getAckId () |
| String | getMsgId () |
| String | getFrom () |
| String | getContent () |
| int | getCount () |
| long | getTimestamp () |
Returns read recipients for group messages. Calls ChatManager#fetchGroupReadAcks(String, int, String) to return the requested result, for example:
| String io.agora.chat.GroupReadAck.getAckId | ( | ) |
Gets the read receipt ID of group messages.
| String io.agora.chat.GroupReadAck.getContent | ( | ) |
Gets the read receipt extension. Sends the read receipt passed as the third parameter in ChatManager#ackGroupMessageRead(String, String, String).
| int io.agora.chat.GroupReadAck.getCount | ( | ) |
Gets the order in which read receipts of group messages are sent.
| String io.agora.chat.GroupReadAck.getFrom | ( | ) |
Gets the ID of user who sends the read receipt.
| String io.agora.chat.GroupReadAck.getMsgId | ( | ) |
Returns the group message ID.
| long io.agora.chat.GroupReadAck.getTimestamp | ( | ) |
Gets the timestamp of sending read receipts of group messages.