MCETemplateDisplay Protocol Reference

Declared in MCETemplate.h

Overview

The MCETemplateDisplay protocol must be implemented by UIViewControllers to display full page content of inbox messages.

  inboxMessage required method

This object is assigned to the inboxMessage that should be displayed by the inbox template

@property MCEInboxMessage *inboxMessage

Discussion

This object is assigned to the inboxMessage that should be displayed by the inbox template

Declared In

MCETemplate.h

– setContent required method

Update the view to show the MCEInboxMessage assigned.

- (void)setContent

Discussion

Update the view to show the MCEInboxMessage assigned.

Declared In

MCETemplate.h

– setLoading required method

The setLoading method is used to empty the view controller’s display and enable any sort of activity indicators until the message content is delivered.

- (void)setLoading

Discussion

The setLoading method is used to empty the view controller’s display and enable any sort of activity indicators until the message content is delivered.

Declared In

MCETemplate.h