AdropBanner
Banner view class๋ ๋ฐฐ๋ ๊ด๊ณ ๋ฅผ ์์ฒญํ๊ณ ์ฌ์ฉ์์๊ฒ ๋ ธ์ถํฉ๋๋ค.
Public constructors
AdropBanner(context: Context, unitId: String)
Application Context์ ๊ด๊ณ ์ ๋ ID๊ฐ ํ์ํฉ๋๋ค.
Public functions
fun load()
AdropBanner์ ๊ด๊ณ ์ ๋ ID๋ฅผ ์ฌ์ฉํ์ฌ Adrop์์ ๊ด๊ณ ๋ฅผ ์์ฒญํฉ๋๋ค.
fun setUnitId(unitId: String)
๊ด๊ณ ์ ๋ ID๋ฅผ AdropBanner๋ก ์ค์ ํฉ๋๋ค.
fun getUnitId(): String
AdropBanner์ ๊ด๊ณ ์ ๋ ID๋ฅผ ๊ฐ์ ธ์ต๋๋ค.
Public properties
listener
์ด ์์ฑ์ AdropBannerListener๋ฅผ ์ฐ๊ฒฐํฉ๋๋ค.
Last updated