JMSGMessageRetractEvent Class Reference
Inherits from | JMSGNotificationEvent : NSObject |
---|---|
Declared in | JMSGNotificationEvent.h |
Overview
上层通过 JMSGEventDelegate 类中的 [JMSGEventDelegate onReceiveMessageRetractEvent:] 代理方法监听此事件,详见官方文档.
conversation
消息撤回所属会话
@property (nonatomic, strong, readonly) JMSGConversation *conversation
Declared In
JMSGNotificationEvent.h
retractMessage
撤回之后的消息
@property (nonatomic, strong, readonly) JMSGMessage *retractMessage
Declared In
JMSGNotificationEvent.h