SASNativeParallaxAdElement

This class represents a native parallax ad element

Constructors

Link copied to clipboard
constructor()
Default constructor
constructor(@Nullable nativeElementJSON: JSONObject)
Constructs a SASNativeParallaxAdElement from the specified JSONObject

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun getBorderColor(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getBorderSize(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getCreativeWidth(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getParallaxMode(): Int
Link copied to clipboard
open fun getResizeMode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setBackgroundColor(backgroundColor: Int)
Link copied to clipboard
open fun setBorderColor(borderColor: Int)
Link copied to clipboard
open fun setBorderEnabled(borderEnabled: Boolean)
Link copied to clipboard
open fun setBorderFontColor(borderFontColor: Int)
Link copied to clipboard
open fun setBorderFontSize(borderFontSize: Int)
Link copied to clipboard
open fun setBorderSize(borderSize: Int)
Link copied to clipboard
open fun setBorderText(@NonNull borderText: String)
Link copied to clipboard
open fun setCreativeHeight(creativeHeight: Int)
Link copied to clipboard
open fun setCreativeWidth(creativeWidth: Int)
Link copied to clipboard
Link copied to clipboard
open fun setParallaxHTMLScript(@Nullable htmlScript: String)
Link copied to clipboard
open fun setParallaxHTMLUrl(@Nullable htmlUrl: String)
Link copied to clipboard
open fun setParallaxImageUrl(@Nullable imageUrl: String)
Link copied to clipboard
open fun setParallaxMode(parallaxMode: Int)
Link copied to clipboard
open fun setResizeMode(resizeMode: Int)