MRQViewControllerDelegate Protocol Reference

Conforms to NSObject
Declared in MRQViewController.h

Overview

MRQViewControllerDelegate is a protocol for handling content view and tap events.

– didViewContent:withView:withSdk: required method

Notification that content has been viewed.

- (void)didViewContent:(MRQContent *)content withView:(MRQContentView *)view withSdk:(MRQSDK *)sdk

Parameters

content

the MRQContent that was viewed

view

the MRQContentView object that captured the view event

sdk

the instance of MRQSDK in use by the view

Declared In

MRQViewController.h

– didTapContent:withView:withSdk: required method

Notification that content has been tapped.

- (void)didTapContent:(MRQContent *)content withView:(MRQContentView *)view withSdk:(MRQSDK *)sdk

Parameters

content

the MRQContent that was tapped

view

the MRQContentView object that captured the view event

sdk

the instance of MRQSDK in use by the view

Declared In

MRQViewController.h