Inherits from NSObject
Declared in NetmeraPushInfo.h
NetmeraPushInfo.m

Overview

NetmeraPushInfo class is used to inform you about your push notification that you sent

Tasks

  •   path

    unique path that you can search info content of your push notification

    property
  •   status

    status of your push notification message

    property
  •   errorMessage

    error message if push notification gets an error

    property
  •   successfullDeviceCount

    gives you information about device count that successfully receive your notification

    property
  •   failedDeviceCount

    gives you information about device count of failed to receive your push

    property
  •   pushMessage

    body text of your push notification

    property
  •   sendDate

    send date of your push notification

    property
  •   finishDate

    finish 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 *errorMessage

Discussion

error message if push notification gets an error

Declared In

NetmeraPushInfo.h

failedDeviceCount

gives you information about device count of failed to receive your push

@property (nonatomic, strong) NSNumber *failedDeviceCount

Discussion

gives you information about device count of failed to receive your push

Declared In

NetmeraPushInfo.h

finishDate

finish date of sending your push notification all of your target devices

@property (nonatomic, strong) NSDate *finishDate

Discussion

finish date of sending your push notification all of your target devices

Declared In

NetmeraPushInfo.h

path

unique path that you can search info content of your push notification

@property (nonatomic, strong) NSString *path

Discussion

unique path that you can search info content of your push notification

Declared In

NetmeraPushInfo.h

pushMessage

body text of your push notification

@property (nonatomic, strong) NSString *pushMessage

Discussion

body text of your push notification

Declared In

NetmeraPushInfo.h

sendDate

send date of your push notification

@property (nonatomic, strong) NSDate *sendDate

Discussion

send date of your push notification

Declared In

NetmeraPushInfo.h

status

status of your push notification message

@property (nonatomic, strong) NSString *status

Discussion

status of your push notification message

Declared In

NetmeraPushInfo.h

successfullDeviceCount

gives you information about device count that successfully receive your notification

@property (nonatomic, strong) NSNumber *successfullDeviceCount

Discussion

gives you information about device count that successfully receive your notification

Declared In

NetmeraPushInfo.h