NIMSignalingPushInfo Class Reference

Inherits from NSObject
Declared in NIMSignalingResponse.h

Overview

推送相关对象

  needPush

是否需要推送,YES表示推送,NO表示不推送,默认NO

@property (nonatomic, assign) BOOL needPush

Discussion

是否需要推送,YES表示推送,NO表示不推送,默认NO

Declared In

NIMSignalingResponse.h

  pushTitle

推送标题

@property (nonatomic, copy) NSString *pushTitle

Discussion

推送标题

Declared In

NIMSignalingResponse.h

  pushContent

推送内容

@property (nonatomic, copy) NSString *pushContent

Discussion

推送内容

Declared In

NIMSignalingResponse.h

  pushPayload

推送自定义字段

@property (nonatomic, strong) NSDictionary *pushPayload

Discussion

推送自定义字段

Declared In

NIMSignalingResponse.h

  needBadge

是否计入未读计数,默认YES

@property (nonatomic, assign) BOOL needBadge

Discussion

是否计入未读计数,默认YES

Declared In

NIMSignalingResponse.h