MCEAppDelegate Class Reference

Inherits from UIResponder
Conforms to UIApplicationDelegate
Declared in MCEAppDelegate.h
MCEAppDelegate.m

Overview

The MCEAppDelegate class is used for the simple integration method. It replaces the application delegate in main.m and forwards application delegate callbacks to the class specified in MceConfig.json. This allows for simplified integration because you are not required to manually specify the integration points in the application delegate.

– appDelegate

This is the instance of the developer’s application delegate that forwards calls to the MCEAppDelegate instance.

- (id<UIApplicationDelegate>)appDelegate

Discussion

This is the instance of the developer’s application delegate that forwards calls to the MCEAppDelegate instance.

Declared In

MCEAppDelegate.h