Uses of Class
com.cometchat.pro.models.MessageReceipt
-
Packages that use MessageReceipt Package Description com.cometchat.pro.core com.cometchat.pro.models -
-
Uses of MessageReceipt in com.cometchat.pro.core
Methods in com.cometchat.pro.core with parameters of type MessageReceipt Modifier and Type Method Description void
CometChat.MessageListener. onMessagesDelivered(MessageReceipt messageReceipt)
To receive message delivery receipts on message being deliveredvoid
CometChat.MessageListener. onMessagesRead(MessageReceipt messageReceipt)
To receive message read receipts on message being readMethod parameters in com.cometchat.pro.core with type arguments of type MessageReceipt Modifier and Type Method Description static void
CometChat. getMessageReceipts(int messageId, CometChat.CallbackListener<java.util.List<MessageReceipt>> listener)
This method get information about the delivery and read receipts of a particular message -
Uses of MessageReceipt in com.cometchat.pro.models
Methods in com.cometchat.pro.models that return types with arguments of type MessageReceipt Modifier and Type Method Description static java.util.List<MessageReceipt>
MessageReceipt. receiptsFromJSON(JSONArray receiptsArray, java.lang.String receiverId, java.lang.String receivertype, int messageId)
-