GfpNativeSimpleAdView

class GfpNativeSimpleAdView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout, ViewExtensions

Ad view for Native Simple ad To attach ad to page, should call setNativeSimpleAd after loading.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Create a GfpNativeSimpleAdView instance

Types

Link copied to clipboard
class BackgroundContainer @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout
Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
open override fun addView(child: View?, index: Int, params: ViewGroup.LayoutParams?)
Link copied to clipboard
open override fun bringChildToFront(child: View?)
Link copied to clipboard
fun initializeBackgroundContainer(style: StyleRecord?)

Initializes background container

Link copied to clipboard
open override fun removeAllViews()
Link copied to clipboard
open override fun removeView(view: View?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun updateBackgroundMargins(left: Int, top: Int, right: Int, bottom: Int, shadowBasis: Int?): Boolean
Link copied to clipboard