DFPInterstitialEventHandler Class Reference

Inherits from NSObject
Conforms to POBInterstitialEvent
Declared in DFPInterstitialEventHandler.h

Overview

This class is responsible for communication between OpenWrap interstitial and DFP interstitial . It implements the POBInterstitialEvent protocol. it notifies event back to OpenWrap SDK using POBInterstitialEventDelegate methods

– initWithAdUnitId:

Initializes and returns a event handler with the specified DFP ad unit

- (instancetype)initWithAdUnitId:(NSString *)adUnitId

Parameters

adUnitId

DFP ad unit id

Discussion

Initializes and returns a event handler with the specified DFP ad unit

Declared In

DFPInterstitialEventHandler.h

  configBlock

A configBlock that is called before event handler makes ad request call to DFP SDK. It passes DFPInterstitial & DFPRequest which will be used to make ad request.

@property (nonatomic, copy) DFPInterstitialConfigBlock configBlock

Discussion

A configBlock that is called before event handler makes ad request call to DFP SDK. It passes DFPInterstitial & DFPRequest which will be used to make ad request.

Declared In

DFPInterstitialEventHandler.h

  appEventDelegate

Delegate object which is used to provide GAM app event callback

@property (nonatomic, weak) id<POBGAMAppEventDelegate> appEventDelegate

Discussion

Delegate object which is used to provide GAM app event callback

Declared In

DFPInterstitialEventHandler.h