Class InterstitialDisplayPropertiesPublic
- java.lang.Object
-
- org.prebid.mobile.rendering.models.InterstitialDisplayPropertiesPublic
-
- Direct Known Subclasses:
InterstitialDisplayPropertiesInternal
public class InterstitialDisplayPropertiesPublic extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InterstitialDisplayPropertiesPublic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPubBackGroundOpacity()Returns the background opacity set for an interstitial advoidsetPubBackGroundOpacity(float dim)Sets the background opacity for an interstitial ad Recommended is 1.0f
-
-
-
Method Detail
-
getPubBackGroundOpacity
public int getPubBackGroundOpacity()
Returns the background opacity set for an interstitial ad- Returns:
-
setPubBackGroundOpacity
public void setPubBackGroundOpacity(float dim)
Sets the background opacity for an interstitial ad Recommended is 1.0f- Parameters:
dim-
-
-