-
public final class CarouselAdSettingsConfiguration parameters for carousel ad creation.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerwidthprivate final Integerheightprivate final AttributeSetattrsprivate final ErrorCallbackerrorCallback
-
Constructor Summary
Constructors Constructor Description CarouselAdSettings(Integer width, Integer height, AttributeSet attrs, ErrorCallback errorCallback)
-
Method Summary
Modifier and Type Method Description final IntegergetWidth()final IntegergetHeight()final AttributeSetgetAttrs()final ErrorCallbackgetErrorCallback()-
-
Constructor Detail
-
CarouselAdSettings
CarouselAdSettings(Integer width, Integer height, 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
-
getAttrs
final AttributeSet getAttrs()
-
getErrorCallback
final ErrorCallback getErrorCallback()
-
-
-
-