AdropBanner

class AdropBanner: UIView

Banner view class는 배너 광고를 요청하고 사용자에게 노출합니다.


Constructors

init

init(unitId: String)

광고 유닛 ID를 필수로 입력해야 합니다.


Functions

func load()

func load()

AdropBanner의 광고 유닛 ID를 사용하여 Adrop에서 광고를 로드합니다.


Properties

delegate

var delegate: AdropBannerDelegate?

이 속성에 AdropBannerDelegate를 연결합니다.

id

var id: String

AdropBanner의 광고 유닛 ID를 가져옵니다.

Last updated