adrop_ads_flutter library
Classes
- Adrop
- AdropBanner
- AdropBannerController
- Banner controller class responsible for requesting banner ads.
- AdropBannerListener
- Listener called when there is a change in the AdropBannerView.
- AdropBannerView
- AdropConsentManager
- Consent Manager for managing user consent (GDPR, CCPA, etc.)
- AdropConsentResult
- Consent request result
- AdropInterstitialAd
- AdropInterstitialAd class responsible for requesting interstitial ads and displaying them to the user.
- AdropInterstitialListener
- A listener called when load or show is called in the AdropInterstitialAd.
- AdropMetrics
- AdropNativeAd
- AdropNativeAd class responsible for requesting native ads.
- AdropNativeAdView
- AdropNativeAdView class responsible for displaying native ads to the user.
- AdropNativeListener
- Listener called when there is a change in the AdropNativeAd.
- An interface for observing the behavior of a Navigator to measure the frequency of ad impressions.
- AdropPopupAd
- AdropPopupAd class responsible for requesting popup ads and displaying them to the user.
- AdropPopupListener
- A listener called when load or show is called in the AdropPopupAd.
- AdropRewardedAd
- AdropRewardedAd class responsible for requesting rewarded ads and displaying them to the user.
- AdropRewardedListener
- A listener called when load or show is called in the AdropRewardedAd.
- CreativeSize
- A class that represents the size of a ad's creative.
- ServerSideVerificationOptions
- Options for AdMob Server-Side Verification (SSV) in rewarded ads.
Enums
- AdropConsentDebugGeography
- Debug geography settings for testing consent
- AdropConsentStatus
- User consent status
- AdropErrorCode
- AdropGender
- Values for gender
- AdropProperties
- Keys for Adrop properties
- AdropTheme
- An enumeration representing the theme options for Adrop.
- BrowserTarget
Typedefs
- AdropAdCallback = void Function(AdropAd ad)
- AdropAdErrorCallback = void Function(AdropAd ad, AdropErrorCode errorCode)
-
AdropAdEventCallback
= void Function(String unitId, Map<
String, dynamic> ? metadata) - AdropAdFailedCallback = void Function(String unitId, AdropErrorCode errorCode)
- AdropAdRewardEventCallback = void Function(AdropAd ad, int type, int amount)
- AdropBannerCreatedCallback = void Function(AdropBannerController controller)
- AdropBannerVideoCallback = void Function(String unitId)
- AdropConsentListener = void Function(AdropConsentResult result)
- Callback for consent info update
- AdropNativeAdCallback = void Function(AdropNativeAd ad)
- AdropNativeAdErrorCallback = void Function(AdropNativeAd ad, AdropErrorCode errorCode)
- AdropNativeVideoCallback = void Function(AdropNativeAd ad)
- AdropValue = String
- Type of Adrop value