-
public final class PDAAdCustomStyle
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbannerWidthprivate final IntegerbannerHeightprivate final IntegerproductScrollDirectionprivate final PDAProductStylepdaProductStyleprivate final IntegernativeAdWidthprivate final IntegernativeAdHeightprivate final NativeAdLayoutTypenativeAdLayoutTypeprivate final NativeAdCustomStylenativeStyleprivate final ViewctaButtonprivate final Function1<NativeAd, Void>nativeAdViewLoadprivate final Function1<NativeAd, Void>nativeAdClicked
-
Constructor Summary
Constructors Constructor Description PDAAdCustomStyle(Integer bannerWidth, Integer bannerHeight, Integer productScrollDirection, PDAProductStyle pdaProductStyle, Integer nativeAdWidth, Integer nativeAdHeight, NativeAdLayoutType nativeAdLayoutType, NativeAdCustomStyle nativeStyle, View ctaButton, Function1<NativeAd, Void> nativeAdViewLoad, Function1<NativeAd, Void> nativeAdClicked)
-
Method Summary
Modifier and Type Method Description final IntegergetBannerWidth()final IntegergetBannerHeight()final IntegergetProductScrollDirection()final PDAProductStylegetPdaProductStyle()final IntegergetNativeAdWidth()final IntegergetNativeAdHeight()final NativeAdLayoutTypegetNativeAdLayoutType()final NativeAdCustomStylegetNativeStyle()final ViewgetCtaButton()final Function1<NativeAd, Void>getNativeAdViewLoad()final Function1<NativeAd, Void>getNativeAdClicked()-
-
Constructor Detail
-
PDAAdCustomStyle
PDAAdCustomStyle(Integer bannerWidth, Integer bannerHeight, Integer productScrollDirection, PDAProductStyle pdaProductStyle, Integer nativeAdWidth, Integer nativeAdHeight, NativeAdLayoutType nativeAdLayoutType, NativeAdCustomStyle nativeStyle, View ctaButton, Function1<NativeAd, Void> nativeAdViewLoad, Function1<NativeAd, Void> nativeAdClicked)
-
-
Method Detail
-
getBannerWidth
final Integer getBannerWidth()
-
getBannerHeight
final Integer getBannerHeight()
-
getProductScrollDirection
final Integer getProductScrollDirection()
-
getPdaProductStyle
final PDAProductStyle getPdaProductStyle()
-
getNativeAdWidth
final Integer getNativeAdWidth()
-
getNativeAdHeight
final Integer getNativeAdHeight()
-
getNativeAdLayoutType
final NativeAdLayoutType getNativeAdLayoutType()
-
getNativeStyle
final NativeAdCustomStyle getNativeStyle()
-
getCtaButton
final View getCtaButton()
-
getNativeAdViewLoad
final Function1<NativeAd, Void> getNativeAdViewLoad()
-
getNativeAdClicked
final Function1<NativeAd, Void> getNativeAdClicked()
-
-
-
-