NIMQuickCommentSetting Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | NSCopying | 
| Declared in | NIMQuickComment.h | 
  needPush
	是否需要推送,默认NO,不推送
@property (nonatomic, assign) BOOL needPushDiscussion
是否需要推送,默认NO,不推送
Declared In
NIMQuickComment.h
  needBadge
	是否需要计入未读数,默认NO,不计入
@property (nonatomic, assign) BOOL needBadgeDiscussion
是否需要计入未读数,默认NO,不计入
Declared In
NIMQuickComment.h
  pushTitle
	推送标题
@property (nonatomic, copy, nullable) NSString *pushTitleDiscussion
推送标题
Declared In
NIMQuickComment.h
  pushContent
	推送内容
@property (nonatomic, copy, nullable) NSString *pushContentDiscussion
推送内容
Declared In
NIMQuickComment.h
  pushPayload
	推送参数设置
@property (nonatomic, copy, nullable) NSDictionary *pushPayloadDiscussion
推送参数设置
Declared In
NIMQuickComment.h