-
public final class CarouselAdSettingsConfiguration parameters for carousel ad creation.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerwidthprivate final Integerheightprivate final IntegerelementWidthprivate final IntegerelementHeightprivate final StringadLabelTextprivate final IntegeradLabelAlignmentprivate final AttributeSetattrsprivate final ErrorCallbackerrorCallback
-
Constructor Summary
Constructors Constructor Description CarouselAdSettings(Integer width, Integer height, Integer elementWidth, Integer elementHeight, String adLabelText, Integer adLabelAlignment, AttributeSet attrs, ErrorCallback errorCallback)
-
Method Summary
Modifier and Type Method Description final IntegergetWidth()final IntegergetHeight()final IntegergetElementWidth()final IntegergetElementHeight()final StringgetAdLabelText()final IntegergetAdLabelAlignment()final AttributeSetgetAttrs()final ErrorCallbackgetErrorCallback()-
-
Constructor Detail
-
CarouselAdSettings
CarouselAdSettings(Integer width, Integer height, Integer elementWidth, Integer elementHeight, String adLabelText, Integer adLabelAlignment, AttributeSet attrs, ErrorCallback errorCallback)
- Parameters:
width- Optional width of carousel ad view in pixelsheight- Optional height of carousel ad view in pixelsattrs- Optional attribute set for view stylingerrorCallback- Optional callback for error handling
-
-
Method Detail
-
getElementWidth
final Integer getElementWidth()
-
getElementHeight
final Integer getElementHeight()
-
getAdLabelText
final String getAdLabelText()
-
getAdLabelAlignment
final Integer getAdLabelAlignment()
-
getAttrs
final AttributeSet getAttrs()
-
getErrorCallback
final ErrorCallback getErrorCallback()
-
-
-
-