JMessage-iOS-SDK
Jump To… Overview Tasks transMessageType sendUser target transparentText conversation
Inherits from | JMSGNotificationEvent : NSObject |
---|---|
Declared in | JMSGNotificationEvent.h |
transMessageType
消息透传的类型,单聊、群聊、设备间透传消息
@property (nonatomic, assign, readonly) JMSGTransMessageType transMessageType
#### Declared In
JMSGNotificationEvent.h
### sendUser
透传消息的发送者
@property (nonatomic, strong, readonly) JMSGUser *sendUser
#### Declared In
JMSGNotificationEvent.h
### target
透传消息的目标对象,JMSGUser、JMSGGroup
@property (nonatomic, strong, readonly) id target
#### Declared In
JMSGNotificationEvent.h
### transparentText
透传消息内容
@property (nonatomic, strong, readonly) NSString *transparentText
#### Declared In
JMSGNotificationEvent.h
### conversation
透传消息所属会话
@property (nonatomic, strong, readonly) JMSGConversation *conversation
#### Discussion
注意:如果接收到设备间的透传事件,此属性的值为 nil;如果本地并没有创建会话,此属性也为 nil
#### Declared In
JMSGNotificationEvent.h
Copyright © 2019 HXHG. All rights reserved. Updated: 2019-05-06
Generated by appledoc 2.2.1 (build 1334).