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