ADPredicate Delegate

Definition

A delegate that specifies the ActionShouldBegin property.

public delegate bool ADPredicate(ADInterstitialAd interstitialAd, bool willLeaveApplication);
type ADPredicate = delegate of ADInterstitialAd * bool -> bool

Parameters

interstitialAd
ADInterstitialAd
willLeaveApplication
Boolean

Return Value

Applies to