Nimbus Android SDK

//sdk/com.adsbynimbus/NimbusAd

NimbusAd

interface NimbusAd

An ad from Nimbus.

Properties

Name Summary
auctionId open val auctionId: String

Functions

Name Summary
bidInCents open fun bidInCents(): Int
The bid in cents of the ad's winning bid.
bidRaw open fun bidRaw(): Float
The raw bid value of the ad's winning bid as a float.
companionAds open fun companionAds(): Array<CompanionAd>?
Returns a list of companion ads that could be rendered with this ad
height open fun height(): Int
The height of the ad unit in density independent pixels or 0 if not available.
isInterstitial open fun isInterstitial(): Boolean
Returns true if the ad is an interstitial ad.
isMraid open fun isMraid(): Boolean
Returns true if the ad is MRAID.
markup abstract fun markup(): String
The markup of the winning ad.
network open fun network(): String
The network name of the winning ad.
placementId open fun placementId(): String?
The placement id of the winning ad.
position open fun position(): String
The named position from the request for this winning ad.
renderInfo open fun renderInfo(): Map<String, String>
Network specific render information. Internal use only.
trackersForEvent open fun trackersForEvent(event: AdEvent): Collection<String>?
Returns a list of tracker urls for the requested AdEvent
type abstract fun type(): String
The ad type.
width open fun width(): Int
The width of the ad unit in density independent pixels or 0 if not available.