QCloudSMHMessageInfo Class Reference

Inherits from NSObject
Declared in QCloudSMHMessageInfo.h
QCloudSMHMessageInfo.m

  messageID

消息ID

@property (nonatomic, assign) NSInteger messageID

Declared In

QCloudSMHMessageInfo.h

  title

消息标题

@property (nonatomic, strong) NSString *title

Declared In

QCloudSMHMessageInfo.h

  content

消息内容

@property (nonatomic, strong) NSString *content

Declared In

QCloudSMHMessageInfo.h

  notifiedBy

消息发送人ID

@property (nonatomic, strong) NSString *notifiedBy

Declared In

QCloudSMHMessageInfo.h

  notifiedByNickname

消息发送人昵称,可空

@property (nonatomic, strong) NSString *notifiedByNickname

Declared In

QCloudSMHMessageInfo.h

  notifiedByAvatar

消息发送人头像

@property (nonatomic, strong) NSString *notifiedByAvatar

Declared In

QCloudSMHMessageInfo.h

  type

消息类型

@property (nonatomic, assign) QCloudSMHMessageType type

Declared In

QCloudSMHMessageInfo.h

  hasRead

是否已读

@property (nonatomic, assign) BOOL hasRead

Declared In

QCloudSMHMessageInfo.h

  creationTime

创建时间

@property (nonatomic, strong) NSString *creationTime

Declared In

QCloudSMHMessageInfo.h