MCETemplatePreview Protocol Reference
Declared in | MCETemplate.h |
---|
Overview
The MCETemplatePreview protocol must be implemented by UITableViewCells to display the preview content of an inbox message. UITableViewCells should also implement prepareForReuse and awakeFromNib methods to clear their contents before the message contents are available.
– setInboxMessage:
required method
The setRichContent:inboxMessage: method is used to set the current rich content and inbox message values that the UITableViewCell should display.
- (void)setInboxMessage:(MCEInboxMessage *)inboxMessage
Parameters
inboxMessage |
The MCEInboxMessage object that represents a single message in the inbox. |
---|
Discussion
The setRichContent:inboxMessage: method is used to set the current rich content and inbox message values that the UITableViewCell should display.
Declared In
MCETemplate.h