NestAdsImageResponse

특정 광고에서 제공하는 이미지 응답 정보입니다.

open class NestAdsImageResponse

Public Variables

open var clickUrls: [String]?

이미지 클릭트래킹


open var landingUrl: String?

이미지 랜딩 url


open var landingUrlType: String?

이미지 랜딩 url type


open var width: Int?

이미지 width


open var height: Int?

이미지 height


open var resourceUrl: String?

이미지 리소스 url


open var backgroundColor: UIColor?

배경 색상

default: 이미지 좌측 하단 1x1 영역의 색상


Last updated