NIMSignalingPushInfo Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMSignalingResponse.h | 
  needPush
	是否需要推送,YES表示推送,NO表示不推送,默认NO
@property (nonatomic, assign) BOOL needPushDiscussion
是否需要推送,YES表示推送,NO表示不推送,默认NO
Declared In
NIMSignalingResponse.h
  pushTitle
	推送标题
@property (nonatomic, copy) NSString *pushTitleDiscussion
推送标题
Declared In
NIMSignalingResponse.h
  pushContent
	推送内容
@property (nonatomic, copy) NSString *pushContentDiscussion
推送内容
Declared In
NIMSignalingResponse.h
  pushPayload
	推送自定义字段
@property (nonatomic, strong) NSDictionary *pushPayloadDiscussion
推送自定义字段
Declared In
NIMSignalingResponse.h
  needBadge
	是否计入未读计数,默认YES
@property (nonatomic, assign) BOOL needBadgeDiscussion
是否计入未读计数,默认YES
Declared In
NIMSignalingResponse.h