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

- iOS light popup example

Creating Instance and Setting Callbacks
Create aDaroLightPopupAd instance and set up callbacks.
Loading Ads
Callload() to load an ad.
Showing Ads
Check if the ad is ready withisReady(), then display it with show().
Releasing Resources
Calldestroy() to release resources when done.
Style Customization
UseDaroLightPopupStyle to customize the UI of light popup ads.
Style Properties
| Property | Description |
|---|---|
backgroundColor | Overall background color |
containerColor | Card background color |
titleColor | Title color |
bodyColor | Body text color |
ctaBackgroundColor | CTA button background color |
ctaTextColor | CTA button text color |
closeButtonColor | Close button text color |
closeButtonText | Close button text |
adMarkLabelTextColor | Ad mark label text color |
adMarkLabelBackgroundColor | Ad mark label background color |
Implementation Example
This is an example implementation of `DaroLightPopupAd`.
This is an example implementation of `DaroLightPopupAd`.

