public interface FriendMessageReceiptHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onReceipt(long messageid,
ReceiptState state)
The callback function to process the message receipt notification.
|
void onReceipt(long messageid,
ReceiptState state)
messageid - The unique id of message.state - The message sent state.