Package-level declarations

Contains the core classes use to initialize and interact with the Nimbus SDK.

Types

Link copied to clipboard
class MoatVerificationProvider(val staticKey: String, val videoKey: String, val nativeKey: String, val mapping: (NimbusAd) -> Map<String, String> = { mapOf( "moatClientLevel1" to it.position(), "moatClientSlicer1" to it.network(), ) }) : VerificationProvider
Link copied to clipboard
object Nimbus

Nimbus is Real Time Bidding solution that connects publisher inventory to demand partners through a server managed open auction.

Link copied to clipboard
interface NimbusAd

An ad from Nimbus.

Link copied to clipboard
class NimbusAdManager(publisherKey: String? = null, apiKey: String? = null) : RequestManager

The entry point for requesting and rendering an ad from Nimbus.

Link copied to clipboard
class NimbusError(val errorType: NimbusError.ErrorType, message: String, cause: Throwable?) : Exception

A Exception modeling an error with the Nimbus SDK.

Link copied to clipboard
Link copied to clipboard