NimbusAd

interface NimbusAd

An ad from Nimbus.

Inheritors

Properties

Link copied to clipboard
open val auctionId: String

Functions

Link copied to clipboard
open fun bidInCents(): Int

The bid in cents of the ad's winning bid.

Link copied to clipboard
open fun bidRaw(): Float

The raw bid value of the ad's winning bid as a float.

Link copied to clipboard

Returns a list of companion ads that could be rendered with this ad

Link copied to clipboard
open fun height(): Int

The height of the ad unit in density independent pixels or 0 if not available.

Link copied to clipboard

Returns true if the ad is an interstitial ad.

Link copied to clipboard
open fun isMraid(): Boolean

Returns true if the ad is MRAID.

Link copied to clipboard
abstract fun markup(): String

The markup of the winning ad.

Link copied to clipboard
open fun network(): String

The network name of the winning ad.

Link copied to clipboard
open fun placementId(): String?

The placement id of the winning ad.

Link copied to clipboard
open fun position(): String

The named position from the request for this winning ad.

Link copied to clipboard
open fun renderInfo(): Map<String, String>

Network specific render information. Internal use only.

Link copied to clipboard

Returns a list of tracker urls for the requested AdEvent

Link copied to clipboard
abstract fun type(): String

The ad type.

Link copied to clipboard
open fun width(): Int

The width of the ad unit in density independent pixels or 0 if not available.