JMSGCommonEventType Constants Reference

Declared in JMSGConstants.h

JMSGCommonEventType

通知事件类型

上层通过 JMSGEventDelegate 类里的方法来监听此类事件

Definition

typedef NS_ENUM(NSInteger, JMSGCommonEventType ) {
   kJMSGEventNotificationMessageRetract = 55,
   kJMSGEventNotificationMessageTransparent = 12001,
   kJMSGEventNotificationMessageReceiptStatusChange = 12002,
};

Constants

kJMSGEventNotificationMessageRetract

事件类型: 消息撤回

Declared In JMSGConstants.h.

kJMSGEventNotificationMessageTransparent

事件类型: 消息透传

Declared In JMSGConstants.h.

kJMSGEventNotificationMessageReceiptStatusChange

事件类型: 消息回执变更

Declared In JMSGConstants.h.

Declared In

JMSGConstants.h