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 needPush
Discussion
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 *pushTitle
Discussion
Title of a push notification
Declared In
NIMSignalingResponse.h
pushContent
Content of a push notification
@property (nonatomic, copy) NSString *pushContent
Discussion
Content of a push notification
Declared In
NIMSignalingResponse.h
pushPayload
Custom field of a push notification
@property (nonatomic, strong) NSDictionary *pushPayload
Discussion
Custom field of a push notification
Declared In
NIMSignalingResponse.h
needBadge
Count as unread. The default value is YES
@property (nonatomic, assign) BOOL needBadge
Discussion
Count as unread. The default value is YES
Declared In
NIMSignalingResponse.h