Inherits from UITableViewCell
Declared in NetmeraPushInboxCell.h
NetmeraPushInboxCell.m

Overview

NetmeraPushInboxCell is the class, which customizes the cells of the table that is used to display the rich push notifications. It basicly shows the message and date of the rich push notification.

You can fully customize this class because it’s included in the SDK as open source.

Tasks

Properties

dateLabel

Date of the rich push notification.

@property (assign, nonatomic) IBOutlet UILabel *dateLabel

Discussion

Date of the rich push notification.

Declared In

NetmeraPushInboxCell.h

pushMessageLabel

Message of the rich push notification.

@property (assign, nonatomic) IBOutlet UILabel *pushMessageLabel

Discussion

Message of the rich push notification.

Declared In

NetmeraPushInboxCell.h

Class Methods

rowHeight

Returns the row height of the table cell.

+ (CGFloat)rowHeight

Return Value

the value of the cell height.

Discussion

Returns the row height of the table cell.

Declared In

NetmeraPushInboxCell.h