Inherits from NetmeraPushObject : NSObject
Declared in NetmeraRichPushObject.h
NetmeraRichPushObject.m

Overview

NetmeraRichPushObject class stores related data of a rich push message.

Tasks

  •   htmlBody

    HTML string that will be shown as rich push message content.

    property
  •   htmlURL

    HTML URL that will be shown as rich push message content.

    property

Properties

htmlBody

HTML string that will be shown as rich push message content.

@property (nonatomic, strong) NSString *htmlBody

Discussion

HTML string that will be shown as rich push message content.

Declared In

NetmeraRichPushObject.h

htmlURL

HTML URL that will be shown as rich push message content.

@property (nonatomic, strong) NSString *htmlURL

Discussion

HTML URL that will be shown as rich push message content.

Declared In

NetmeraRichPushObject.h