MCEInAppTemplate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | MCEInAppTemplate.h |
Overview
The MCEInAppTemplate protocol specifies the required methods for templates to register with the MCEInAppTemplateRegistry.
– displayInAppMessage:
required method
The displayInAppMessage: method configures your view controller to display the specified message and present the message to the user.
- (void)displayInAppMessage:(MCEInAppMessage *)message
Discussion
The displayInAppMessage: method configures your view controller to display the specified message and present the message to the user.
Declared In
MCEInAppTemplate.h
+ registerTemplate
required method
The registerTemplate method registers this template with the MCEInAppTemplateRegistry.
+ (void)registerTemplate
Discussion
The registerTemplate method registers this template with the MCEInAppTemplateRegistry.
Declared In
MCEInAppTemplate.h