DaroAdView

abstract class DaroAdView<R : DaroAdUnit> : FrameLayout

AdView For Daro SDK

Inheritors

Constructors

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

Types

Link copied to clipboard

AdViewListener For DaroAdView

Properties

Link copied to clipboard

If it is true, AdView will be destroyed when lifecycleOwner.lifecycle reaches onDestroy

Functions

Link copied to clipboard
fun load(adUnit: R)

Request load ad

Link copied to clipboard