AdropBanner

class AdropBanner: UIView

Banner view class responsible for requesting banner ads and displaying them to the user.


Constructors

init

init(unitId: String)

Requires Ad unit ID


Functions

func load()

func load()

Requests an ad from Adrop using the Ad unit ID of the AdropBanner.


Properties

delegate

var delegate: AdropBannerDelegate?

Attach AdropBannerDelegate to this property.

id

var id: String

Get Ad unit ID of the AdropBanner.

Last updated