Package-level declarations
Contains the core classes use to initialize and interact with the Nimbus SDK.
Types
Link copied to clipboard
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
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
interface VerificationProvider
Link copied to clipboard
object ViewabilityProvider