sdk_presentation_compose

Contains the Jetpack Compose specific extensions for the AdSDK. You use this module together with sdk_core.

See the documentation of the sdk_core module for an in-depth documentation.

Overview

On top of the SDK's core module, sdk_presentation_compose provides extensions for displaying Advertisement in Jetpack Compose based applications.

The currently available inline renderers are:

  • Native Image – displays the image received from the ad server, responds to events related to display and interactions with the advertisement.

  • Generic – displays advertisements in HTML format using web view and has limited support for MRAID 3.0. For clarification on supported functionality, please contact the mobile team at Adition.

The currently available interstitial renderers are:

  • Interstitial Image – displays an advertising image received from the server in full screen, which will disappear after a certain period of time, which you can configure on the frontend.

  • Interstitial Image with Close Button – displays an advertising image received from the server in full screen, on which a button to close will appear after a certain period of time. You can configure the time after which the button should appear and the image of the button itself in the frontend.

For a more detailed understanding of how to work with the AdSDK together with Jetpack Compose, we recommend reading our tutorial documentation.

Packages

Link copied to clipboard

Contains the Jetpack Compose specific extensions for the AdSDK.