<IMACompanionDelegate> Protocol Reference

Delegate to receive events from the companion ad slot. More...

#import <IMACompanionAdSlot.h>

+ Inheritance diagram for <IMACompanionDelegate>:

Instance Methods

(void) - companionSlot:filled:
 Called when the slot is either filled or not filled. More...
 
(void) - companionSlotWasClicked:
 Called when the slot is clicked on by the user and will successfully navigate away. More...
 

Detailed Description

Delegate to receive events from the companion ad slot.

Method Documentation

- (void) companionSlot: (IMACompanionAdSlot *)  slot
filled: (BOOL)  filled 
optional

Called when the slot is either filled or not filled.

Parameters
slotthe IMACompanionAdSlot receiving the event
filledis the slot filled or not
- (void) companionSlotWasClicked: (IMACompanionAdSlot *)  slot
optional

Called when the slot is clicked on by the user and will successfully navigate away.

Parameters
slotthe IMACompanionAdSlot receiving the event

The documentation for this protocol was generated from the following file: