NIMQuickCommentSetting Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NSCopying |
| Declared in | NIMQuickComment.h |
needPush
Push option. The default value is NO. No push service is required
@property (nonatomic, assign) BOOL needPushDiscussion
Push option. The default value is NO. No push service is required
Declared In
NIMQuickComment.h
needBadge
Count as unread. The default value is NO. The comment is not counted as unread.
@property (nonatomic, assign) BOOL needBadgeDiscussion
Count as unread. The default value is NO. The comment is not counted as unread.
Declared In
NIMQuickComment.h
pushTitle
Titile for a push notification
@property (nonatomic, copy, nullable) NSString *pushTitleDiscussion
Titile for a push notification
Declared In
NIMQuickComment.h
pushContent
Push content
@property (nonatomic, copy, nullable) NSString *pushContentDiscussion
Push content
Declared In
NIMQuickComment.h
pushPayload
Push payload
@property (nonatomic, copy, nullable) NSDictionary *pushPayloadDiscussion
Push payload
Declared In
NIMQuickComment.h