NIMQuickCommentSetting Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in NIMQuickComment.h

Overview

Quick comment setting

  needPush

Push option. The default value is NO. No push service is required

@property (nonatomic, assign) BOOL needPush

Discussion

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 needBadge

Discussion

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 *pushTitle

Discussion

Titile for a push notification

Declared In

NIMQuickComment.h

  pushContent

Push content

@property (nonatomic, copy, nullable) NSString *pushContent

Discussion

Push content

Declared In

NIMQuickComment.h

  pushPayload

Push payload

@property (nonatomic, copy, nullable) NSDictionary *pushPayload

Discussion

Push payload

Declared In

NIMQuickComment.h