GfpNativeAdView

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

Ad view for Native ad To attach each asset to page, should call {@link #setNativeAd(GfpNativeAd)} after loading.

Constructors

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

Create a GfpNativeAdView instance.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var adChoicesView: <Error class: unknown class>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
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
Link copied to clipboard
Link copied to clipboard
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
fun setExtraTextView(key: String, view: View)
Link copied to clipboard
fun setNativeAd(nativeAd: GfpNativeAd)

Assigns GfpNativeAd to this view.