Package-level declarations
Description
This module contains the core functionality of the Adition Ad SDK which is independent on any display technology. This makes the sdk_core usable both for apps that use compose and in the future also for legacy view based approaches. If your app uses compose, add the com.adition.sdk_presentation_compose
dependency.
This module contains classes for fetching ads, listening to events and managing local caches.
Types
The SDK error type. AdError is a property of the AdException Contains all errors types that may occur in the SDK with a short description.
Main Advertisement object. Can be created independently of presentation, then passed to rememberAdState in Compose. In order to fetch the Ad, loadAdvertisement method should be called.
Contains the error code for the AdError.
Event data class that is returned to developer when an Ad is observed/triggered
Event handler. Developers can observer events sharedflow. In order to use, needs to be passed to AdService when being initialized
Describes a request to "tag" a user.
The interface of object responsible for processing the URL that the SDK wants to open in the browser.
Event type related to ad server tracking events.