public interface ChatMessageListener
Modifier and Type | Method and Description |
---|---|
void |
onFileTransferProgressIndication(ChatMessage msg,
Content content,
int offset,
int total)
File transfer progress indication callback prototype.
|
void |
onFileTransferRecv(ChatMessage msg,
Content content,
Buffer buffer)
File transfer receive callback prototype.
|
Buffer |
onFileTransferSend(ChatMessage msg,
Content content,
int offset,
int size)
File transfer send callback prototype.
|
void |
onMsgStateChanged(ChatMessage msg,
ChatMessage.State state)
Call back used to notify message delivery status.
|
void |
onParticipantImdnStateChanged(ChatMessage msg,
ParticipantImdnState state)
Call back used to notify participant IMDN state.
|
void onParticipantImdnStateChanged(ChatMessage msg, ParticipantImdnState state)
void onFileTransferRecv(ChatMessage msg, Content content, Buffer buffer)
Buffer onFileTransferSend(ChatMessage msg, Content content, int offset, int size)
void onFileTransferProgressIndication(ChatMessage msg, Content content, int offset, int total)
void onMsgStateChanged(ChatMessage msg, ChatMessage.State state)