Package-level declarations
Helpers and extensions for rendering Nimbus ads that win the Google Ad Manager mediated auction.
Types
Link copied to clipboard
Link copied to clipboard
open class NimbusCustomEvent : CustomEventBanner, CustomEventInterstitial, NimbusAdManager.Listener, AdController.Listener
A CustomEvent implementation for integrating Nimbus ads with GAM.
Link copied to clipboard
interface NimbusRewardCallback
Properties
Functions
Link copied to clipboard
App Event handler for the Nimbus SDK for com.google.android.gms.ads.admanager.AdManagerInterstitialAd and com.google.android.gms.ads.interstitial.InterstitialAd.
App Event handler for the Nimbus SDK for com.google.android.gms.ads.admanager.AdManagerAdView and com.google.android.gms.ads.AdView.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : RequestManager> T.notifyImpression(auctionData: GoogleAuctionData, responseInfo: ResponseInfo?)
Link copied to clipboard
Link copied to clipboard
fun RewardedAd.showAd(activity: Activity, nimbusAd: NimbusResponse, nimbusAdManager: NimbusAdManager, callback: NimbusRewardCallback)
An event handler for the Nimbus SDK for com.google.android.gms.ads.rewarded.RewardedAd.
fun RewardedInterstitialAd.showAd(activity: Activity, nimbusAd: NimbusResponse, nimbusAdManager: NimbusAdManager, callback: NimbusRewardCallback)
An event handler for the Nimbus SDK for com.google.android.gms.ads.rewardedinterstitial.RewardedInterstitialAd.