NetmeraPushInfo Class Reference
| Inherits from | NSObject |
| Declared in | NetmeraPushInfo.h NetmeraPushInfo.m |
Tasks
-
pathunique path that you can search info content of your push notification
property -
statusstatus of your push notification message
property -
errorMessageerror message if push notification gets an error
property -
successfullDeviceCountgives you information about device count that successfully receive your notification
property -
failedDeviceCountgives you information about device count of failed to receive your push
property -
pushMessagebody text of your push notification
property -
sendDatesend date of your push notification
property -
finishDatefinish date of sending your push notification all of your target devices
property
Properties
errorMessage
error message if push notification gets an error
@property (nonatomic, strong) NSString *errorMessageDiscussion
error message if push notification gets an error
Declared In
NetmeraPushInfo.hfailedDeviceCount
gives you information about device count of failed to receive your push
@property (nonatomic, strong) NSNumber *failedDeviceCountDiscussion
gives you information about device count of failed to receive your push
Declared In
NetmeraPushInfo.hfinishDate
finish date of sending your push notification all of your target devices
@property (nonatomic, strong) NSDate *finishDateDiscussion
finish date of sending your push notification all of your target devices
Declared In
NetmeraPushInfo.hpath
unique path that you can search info content of your push notification
@property (nonatomic, strong) NSString *pathDiscussion
unique path that you can search info content of your push notification
Declared In
NetmeraPushInfo.hpushMessage
body text of your push notification
@property (nonatomic, strong) NSString *pushMessageDiscussion
body text of your push notification
Declared In
NetmeraPushInfo.hsendDate
send date of your push notification
@property (nonatomic, strong) NSDate *sendDateDiscussion
send date of your push notification
Declared In
NetmeraPushInfo.h