AdCompanionView
class AdCompanionView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, renderType: AdCompanionView.RenderType? = null) : FrameLayout, AdCompanionModelInterface.Listener
AdCompanionView class used to show a companion banner.
Constructors
Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, renderType: AdCompanionView.RenderType? = null)
Types
Link copied to clipboard
RenderType enum used in the AdCompanionView's constructor in order to set the rendering engine of the loaded resource:
WebView (default)
ImageView