Inherits from NSObject
Declared in NetmeraPushObject.h
NetmeraPushObject.m

Overview

NetmeraRichPushObject class stores related data of a plain push message.

Tasks

  •   alertText

    Plain message of the push notification.

    property
  •   customPayload

    Custom payload information that sent with push notification.

    property
  •   date

    Date of the push notification.

    property

Properties

alertText

Plain message of the push notification.

@property (nonatomic, strong) NSString *alertText

Discussion

Plain message of the push notification.

Declared In

NetmeraPushObject.h

customPayload

Custom payload information that sent with push notification.

@property (nonatomic, strong) id customPayload

Discussion

Custom payload information that sent with push notification.

Declared In

NetmeraPushObject.h

date

Date of the push notification.

@property (nonatomic, strong) NSDate *date

Discussion

Date of the push notification.

Declared In

NetmeraPushObject.h