Skip to main content

Light Popup Ad Format

  • A full-screen ad format.
  • Automatically closes after 8 seconds. Less disruptive to UX compared to interstitial or rewarded video ads.
  • Android light popup example
Android Light Popup Example Pn
  • iOS light popup example
Ios Light Popup Example Pn

Creating Instance and Setting Callbacks

Create a DaroLightPopupAd instance and set up callbacks.

Loading Ads

Call load() to load an ad.

Showing Ads

Check if the ad is ready with isReady(), then display it with show().

Releasing Resources

Call dispose() to release resources when done.

Style Customization

Use DaroLightPopupStyle to customize the UI of light popup ads. Pass Flutter Color objects directly.

Style Properties

Implementation Example