-
public final class PIPAdSettingsConfiguration parameters for picture-in-picture ad creation.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerwidthprivate final Integerheightprivate final Coordinatescoordinatesprivate final AttributeSetattributeSetprivate final ErrorCallbackerrorCallback
-
Constructor Summary
Constructors Constructor Description PIPAdSettings(Integer width, Integer height, Coordinates coordinates, AttributeSet attributeSet, ErrorCallback errorCallback)
-
Method Summary
Modifier and Type Method Description final IntegergetWidth()final IntegergetHeight()final CoordinatesgetCoordinates()final AttributeSetgetAttributeSet()final ErrorCallbackgetErrorCallback()-
-
Constructor Detail
-
PIPAdSettings
PIPAdSettings(Integer width, Integer height, Coordinates coordinates, AttributeSet attributeSet, ErrorCallback errorCallback)
- Parameters:
width- Optional width of PIP ad view in pixelsheight- Optional height of PIP ad view in pixelscoordinates- Optional coordinates for absolute positioningattributeSet- Optional attribute set for view stylingerrorCallback- Optional callback for error handling
-
-
Method Detail
-
getCoordinates
final Coordinates getCoordinates()
-
getAttributeSet
final AttributeSet getAttributeSet()
-
getErrorCallback
final ErrorCallback getErrorCallback()
-
-
-
-