AdropPopupAd
Popup ad class는 팝업 광고를 요청하고 사용자에게 노출합니다.
Public constructors
init
유닛 ID를 필수로 입력해야 합니다.
Public functions
fun load()
AdropPopupAd의 광고 유닛 ID를 사용하여 Adrop에서 광고를 요청합니다.
fun show(fromRootViewController)
AdropPopupAd의 광고 유닛 ID를 사용하여 Adrop의 광고를 노출합니다.
show가 호출되기 전에 완전히 로드되어야 합니다.
Public properties
delegate
이 속성에 AdropPopupAdDelegate를 연결합니다.
unitId
AdropPopupAd의 광고 유닛 ID를 가져옵니다.
isLoaded
광고가 완전히 로드되었는지 확인합니다.
closeTextColor
"닫기" 버튼의 글자색을 변경할 수 있습니다.
hideForTodayTextColor
"오늘 그만 보기" 버튼의 글자색을 변경할 수 있습니다.
backgroundColor
버튼 영역의 배경색을 변경할 수 있습니다.
Last updated