NIMSignalingPushInfo Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMSignalingResponse.h |
needPush
Enable or disable the push service. YES: enable the push service. NO: disable the push service. The default value is NO.
@property (nonatomic, assign) BOOL needPushDiscussion
Enable or disable the push service. YES: enable the push service. NO: disable the push service. The default value is NO.
Declared In
NIMSignalingResponse.h
pushTitle
Title of a push notification
@property (nonatomic, copy) NSString *pushTitleDiscussion
Title of a push notification
Declared In
NIMSignalingResponse.h
pushContent
Content of a push notification
@property (nonatomic, copy) NSString *pushContentDiscussion
Content of a push notification
Declared In
NIMSignalingResponse.h
pushPayload
Custom field of a push notification
@property (nonatomic, strong) NSDictionary *pushPayloadDiscussion
Custom field of a push notification
Declared In
NIMSignalingResponse.h
needBadge
Count as unread. The default value is YES
@property (nonatomic, assign) BOOL needBadgeDiscussion
Count as unread. The default value is YES
Declared In
NIMSignalingResponse.h