AdropPopupAd

Popup ad class는 팝업형 광고를 요청하고 사용자에게 노출합니다.


Public constructors

AdropPopupAd(context: Context, unitId: String)

AdropPopupAd(context: Context, unitId: String)

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


Public functions

fun load()

fun load()

AdropPopupAd의 광고 유닛 ID를 사용하여 Adrop에서 광고를 요청합니다..

fun show(activity)

fun show(activity: Activity)

AdropPopupAd의 광고 유닛 ID를 사용하여 Adrop의 광고를 노출합니다.

show가 호출되기 전에 완전히 로드되어야 합니다.


Public properties

unitId

val unitId: String

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

isLoaded

val isLoaded: Boolean

광고가 완전히 로드되었는지 확인합니다.

popupAdListener

var popupAdListener: AdropPopupAdListener?

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

closeTextColor

var closeTextColor: Int?

"닫기" 버튼의 글자색을 변경할 수 있습니다.

hideForTodayTextColor

var hideForTodayTextColor: Int?

"오늘 그만 보기" 버튼의 글자색을 변경할 수 있습니다.

backgroundColor

var backgroundColor: Int?

버튼 영역의 배경색을 변경할 수 있습니다.

Last updated