Skip to main content

App Open Ad Format

  • Full-screen ads displayed when the app launches or returns to the foreground.
  • Naturally displayed on app loading or splash screens.

Creating Instance and Setting Callbacks

Create a DaroAppOpenAd 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.

Implementation Example