AdropBanner

class AdropBanner : FrameLayout

Banner view class๋Š” ๋ฐฐ๋„ˆ ๊ด‘๊ณ ๋ฅผ ์š”์ฒญํ•˜๊ณ  ์‚ฌ์šฉ์ž์—๊ฒŒ ๋…ธ์ถœํ•ฉ๋‹ˆ๋‹ค.


Public constructors

AdropBanner(context: Context, unitId: String)

AdropBanner(context: Context, unitId: String)

Application Context์™€ ๊ด‘๊ณ  ์œ ๋‹› ID๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.


Public functions

fun load()

fun load()

AdropBanner์˜ ๊ด‘๊ณ  ์œ ๋‹› ID๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ Adrop์—์„œ ๊ด‘๊ณ ๋ฅผ ์š”์ฒญํ•ฉ๋‹ˆ๋‹ค.

fun setUnitId(unitId: String)

fun setUnitId(unitId: String)

๊ด‘๊ณ  ์œ ๋‹› ID๋ฅผ AdropBanner๋กœ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค.

fun getUnitId(): String

fun getUnitId(): String

AdropBanner์˜ ๊ด‘๊ณ  ์œ ๋‹› ID๋ฅผ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.


Public properties

listener

var listener: AdropBannerListener?

์ด ์†์„ฑ์— AdropBannerListener๋ฅผ ์—ฐ๊ฒฐํ•ฉ๋‹ˆ๋‹ค.

Last updated