AdAction Delegate

Definition

A delegate that is used for the ActionShouldBegin property.

public delegate bool AdAction(ADBannerView banner, bool willLeaveApplication);
type AdAction = delegate of ADBannerView * bool -> bool

Parameters

banner
ADBannerView
willLeaveApplication
Boolean

Return Value

Applies to