RTBBannerView

class RTBBannerView : FrameLayout {

    /**
     * Delegate that will be notified with banner ad events
     */
    var delegate: RTBBannerViewDelegate? = null

    /**
     *  Loads a new ad with given banner request configuration.
     */
    fun load(configuration: RTBBannerRequestConfiguration)
}

Last updated