...
Interstitial 지면 UI를 Config 설정으로 변경할 수 있습니다. 일부 설정은 Interstitial 지면의 종류에 따라 적용되지 않습니다. 아래 내용에서 종류에 따른 설정 가능한 Config를 확인할 수 있습니다.
공통 Config
topIcon
: Interstitial 광고 상단에 있는 아이콘 (UIImage)titleText
: Interstitial 광고 상단에 있는 Text (NSString)titleTextColor
: titleText의 색깔 (UIColor)backgroundColor
: Interstitial 광고 전체의 배경 색깔 (UIColor)showInquiryButton
: 문의하기 버튼 노출 여부 (BOOL)ctaViewBackgroundColor
: CTA의 배경 색깔 (BABStateValue<UIColor *>)ctaViewIcon
: CTA에 포함된 기본 아이콘 (BABStateValue<UIImage *>)ctaViewTextColor
: CTA의 Text 색깔 (BABStateValue<UIColor *>)
다이얼로그 전용 Config
closeText
: 닫기 버튼의 TexttopIcon
: Interstitial 광고 상단에 있는 아이콘 (UIImage)titleText
: Interstitial 광고 상단에 있는 Text (NSString)titleTextColor
: titleText의 색깔 (UIColor)
다음은 Interstitial 지면 UI를 변경하는 예시입니다.
...