MRQViewControllerDelegate Protocol Reference
| Conforms to | NSObject | 
|---|---|
| Declared in | MRQViewController.h | 
– didViewContent:withView:withSdk:
required method
	Notification that content has been viewed.
- (void)didViewContent:(MRQContent *)content withView:(MRQContentView *)view withSdk:(MRQSDK *)sdkParameters
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 *)sdkParameters
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