BannerRequest

class BannerRequest(val delegate: BannerRequestDelegate?)

The request for new banner ad.

Constructors

Link copied to clipboard
constructor(delegate: BannerRequestDelegate?)

Properties

Link copied to clipboard

The content targeting url for this request

Link copied to clipboard

Returns the BannerRequestDelegate set for this request.

Link copied to clipboard

GPID value to be passed to networks

Link copied to clipboard

The multi content targeting urls for this request

Link copied to clipboard

The map of network key replacements for this request, allowing to replace macros defined in ad keys with actual values. Please contact your Account Manager before using this feature.

Link copied to clipboard

The targeting information for this request.

Functions

Link copied to clipboard

Returns the set of allowed BannerSize for this request.

Link copied to clipboard
fun setBannerSizes(bannerSizes: Set<BannerSize>?)

Sets the set of BannerSize that can be returned by this request.

Link copied to clipboard
open override fun toString(): String