MRQViewControllerDefaultDelegate Class Reference

Inherits from NSObject
Conforms to MRQViewControllerDelegate
Declared in MRQViewController.h

Overview

Default MRQViewControllerDelegate that implements content view and tap tracking behavior. Used by MRQViewController when a delegate has not be explicitly set. Content view and tap events are passed to MobileRQ for tracking and analytics. Content tap events are also handled by opening the content URL (if present). Any implementations of MRQViewControllerDelegate that need these standard behaviors should extend MRQViewControllerDefaultDelegate and be sure to call super inside message implementations.