ChartboostMediationBannerAdView

class ChartboostMediationBannerAdView : ChartboostMediationAd

Constructors

Link copied to clipboard
constructor(context: <Error class: unknown class>)
constructor(context: <Error class: unknown class>, attrs: <Error class: unknown class>?)
constructor(context: <Error class: unknown class>, attrs: <Error class: unknown class>?, defStyleAttr: Int)
constructor(context: <Error class: unknown class>, placement: String, size: ChartboostMediationBannerAdView.ChartboostMediationBannerSize, chartboostMediationBannerAdViewListener: ChartboostMediationBannerAdViewListener?)

Types

Link copied to clipboard

Information regarding the banner size.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val bannerController: BannerController
Link copied to clipboard
open override var keywords: Keywords

Storage to add key-value pairs for Chartboost Mediation's open RTB requests.

Link copied to clipboard
open override var partnerSettings: MutableMap<String, Any>

Publisher-specified map of String to Any that is sent to all the partners.

Link copied to clipboard
open override var placement: String

Get the Chartboost Mediation Ad's placement

Link copied to clipboard

This sets whether or not the winning bid information is sent to the listeners. If this placement automatically refreshes, this value is false. Otherwise, this is true.

Functions

Link copied to clipboard
fun clearAd()
Link copied to clipboard
open override fun destroy()

Destroys the ad and does the necessary clean up and clears listeners.

Link copied to clipboard
open override fun getAdType(): Int

Get the ad type of this Chartboost Mediation Ad.

Link copied to clipboard
fun getCreativeSizeDips(): <Error class: unknown class>
Link copied to clipboard

Load a banner ad. This method is designed to be called from Java.

Link copied to clipboard
open fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int)
Link copied to clipboard
open fun onViewAdded(child: <Error class: unknown class>?)
Link copied to clipboard
open fun onVisibilityChanged(changedView: <Error class: unknown class>, visibility: Int)
Link copied to clipboard
open fun onWindowVisibilityChanged(visibility: Int)