Conforms to NSObject
Declared in FBInterstitialAd.h

Overview

@protocol

@abstract The methods declared by the FBInterstitialAdDelegate protocol allow the adopting delegate to respond to messages from the FBInterstitialAd class and thus respond to operations such as whether the interstitial ad has been loaded, user has clicked or closed the interstitial.

Instance Methods

interstitialAd:didFailWithError:

@method

- (void)interstitialAd:(FBInterstitialAd *)interstitialAd didFailWithError:(NSError *)error

Parameters

interstitialAd

An FBInterstitialAd object sending the message.

error

An error object containing details of the error.

Discussion

@abstract Sent when an FBInterstitialAd failes to load an ad.

Declared In

FBInterstitialAd.h

interstitialAdDidClick:

@method

- (void)interstitialAdDidClick:(FBInterstitialAd *)interstitialAd

Parameters

interstitialAd

An FBInterstitialAd object sending the message.

Discussion

@abstract Sent after an ad in the FBInterstitialAd object is clicked. The appropriate app store view or app browser will be launched.

Declared In

FBInterstitialAd.h

interstitialAdDidClose:

@method

- (void)interstitialAdDidClose:(FBInterstitialAd *)interstitialAd

Parameters

interstitialAd

An FBInterstitialAd object sending the message.

Discussion

@abstract Sent after an FBInterstitialAd object has been dismissed from the screen, returning control to your application.

Declared In

FBInterstitialAd.h

interstitialAdDidLoad:

@method

- (void)interstitialAdDidLoad:(FBInterstitialAd *)interstitialAd

Parameters

interstitialAd

An FBInterstitialAd object sending the message.

Discussion

@abstract Sent when an FBInterstitialAd successfully loads an ad.

Declared In

FBInterstitialAd.h

interstitialAdWillClose:

@method

- (void)interstitialAdWillClose:(FBInterstitialAd *)interstitialAd

Parameters

interstitialAd

An FBInterstitialAd object sending the message.

Discussion

@abstract Sent immediately before an FBInterstitialAd object will be dismissed from the screen.

Declared In

FBInterstitialAd.h

interstitialAdWillLogImpression:

@method

- (void)interstitialAdWillLogImpression:(FBInterstitialAd *)interstitialAd

Parameters

interstitialAd

An FBInterstitialAd object sending the message.

Discussion

@abstract Sent immediately before the impression of an FBInterstitialAd object will be logged.

Declared In

FBInterstitialAd.h